Browse Source

Correct interface description

main
Sam 5 years ago
parent
commit
9d51bd0423
  1. 2
      types.go

2
types.go

@ -381,7 +381,7 @@ type team interface { @@ -381,7 +381,7 @@ type team interface {
}
type keybase interface {
ChatList() ([]conversation, error)
ChatList() (ChatAPI, error)
CreateTeam(name string) (TeamAPI, error)
NewChat(channel Channel) Chat
NewTeam(name string) Team

Loading…
Cancel
Save