Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
type IClient interface { Service() hls_client.IClient Traffic() hlt_client.IClient }
type IStateManager ¶
type IStateManager interface { GetConfig() config.IConfig StateIsActive() bool CreateState([]byte, asymmetric.IPrivKey) error OpenState([]byte) error CloseState() error GetClient() IClient GetWrapperDB() database.IWrapperDB GetTemplate() *STemplateState AddFriend(string, asymmetric.IPubKey) error DelFriend(string) error AddConnection(string) error DelConnection(string) error }
func NewStateManager ¶
func NewStateManager( pConfig config.IConfig, pPathTo string, ) IStateManager
type SStorageState ¶
type STemplateState ¶
type STemplateState struct {
FAuthorized bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.