Documentation ¶
Index ¶
Constants ¶
View Source
const IncomingLog ipc.Command = "log"
View Source
const ReqPing ipc.Command = "ping"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MacNoSIPConnector ¶
type MacNoSIPConnector struct { ios.APIWithIPC // contains filtered or unexported fields }
func (*MacNoSIPConnector) Capabilities ¶
func (mac *MacNoSIPConnector) Capabilities() imessage.ConnectorCapabilities
func (*MacNoSIPConnector) Start ¶
func (mac *MacNoSIPConnector) Start(readyCallback func()) error
func (*MacNoSIPConnector) Stop ¶
func (mac *MacNoSIPConnector) Stop()
type NoopContacts ¶
type NoopContacts struct{}
func (NoopContacts) GetContactInfo ¶
func (n NoopContacts) GetContactInfo(_ string) (*imessage.Contact, error)
func (NoopContacts) GetContactList ¶
func (n NoopContacts) GetContactList() ([]*imessage.Contact, error)
func (NoopContacts) RefreshContactList ¶
func (n NoopContacts) RefreshContactList() error
func (NoopContacts) SearchContactList ¶
func (n NoopContacts) SearchContactList(searchTerms string) ([]*imessage.Contact, error)
Click to show internal directories.
Click to hide internal directories.