Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultPingInterval = 10 DefaultMaxPingsOutstanding = 3 DefaultMaxReconnects = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInstance ¶
type AppInstance struct {
// contains filtered or unexported fields
}
func NewAppInstance ¶
func NewAppInstance() *AppInstance
func (*AppInstance) GetAdapterConnector ¶
func (a *AppInstance) GetAdapterConnector() *gravity_adapter.AdapterConnector
func (*AppInstance) Init ¶
func (a *AppInstance) Init() error
func (*AppInstance) Run ¶
func (a *AppInstance) Run() error
func (*AppInstance) Uninit ¶
func (a *AppInstance) Uninit()
Click to show internal directories.
Click to hide internal directories.