Correct interface description

This commit is contained in:
Sam
2019-07-30 16:00:49 -04:00
parent 00f5e77716
commit 9d51bd0423

View File

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