Browse Source

Quick cleanup of keybase interface

main
Sam 5 years ago
parent
commit
4eb44edb59
  1. 4
      api/api.go

4
api/api.go

@ -10,8 +10,8 @@ type Keybase struct { @@ -10,8 +10,8 @@ type Keybase struct {
}
type keybase interface {
ChatSend(user, message string) chatOutResult
ChatSendTeam(team, channel, message string) chatOutResult
ChatSend(user, message string) (chatOutResult, error)
ChatSendTeam(team, channel, message string) (chatOutResult, error)
LoggedIn() bool
Username() string
Version() string

Loading…
Cancel
Save