Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Modem ¶
type Modem interface {
Init() error
Call(service string, endpoint string, arguments map[string]interface{}, fd string) (string, error)
Destroy() error
AddService(id string, name string, port string, path string) error
}
func New ¶
func New(opt *ModemOptions) Modem
type ModemOptions ¶
Click to show internal directories.
Click to hide internal directories.