Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Kazarma
MatrixAppService.ex
Commits
f7961b5e
Verified
Commit
f7961b5e
authored
Jan 24, 2021
by
Pierre de Lacroix
Browse files
fix some typespecs
parent
4292a917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/matrix_app_service/client_behaviour.ex
lib/matrix_app_service/client_behaviour.ex
+2
-2
No files found.
lib/matrix_app_service/client_behaviour.ex
View file @
f7961b5e
...
...
@@ -11,8 +11,8 @@ defmodule MatrixAppService.ClientBehaviour do
Polyjuice
.
Client
.
LowLevel
.
t
()
@callback
client
([
client_options
()])
::
Polyjuice
.
Client
.
LowLevel
.
t
()
@callback
create_room
(
Keyword
.
t
())
::
{
:ok
,
String
.
t
()}
|
Any
@callback
create_room
(
Keyword
.
t
(),
client_options
())
::
{
:ok
,
String
.
t
()}
|
Any
@callback
create_room
(
Keyword
.
t
())
::
{
:ok
,
map
()}
|
Any
@callback
create_room
(
Keyword
.
t
(),
client_options
())
::
{
:ok
,
map
()}
|
Any
@callback
create_alias
(
String
.
t
(),
String
.
t
(),
client_options
())
::
{
:ok
,
String
.
t
()}
|
Any
@callback
send_message
(
String
.
t
(),
String
.
t
(),
client_options
())
::
{
:ok
,
String
.
t
()}
|
Any
@callback
register
()
::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment