Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfigBackend ¶
type ServiceConfigBackend struct{}
func (*ServiceConfigBackend) GetConfigBackendAll ¶
func (s *ServiceConfigBackend) GetConfigBackendAll() (err error, backend []model.SysConfigBackend)
type ServiceConfigFrontend ¶
type ServiceConfigFrontend struct{}
func (*ServiceConfigFrontend) GetConfigFrontendAll ¶
func (s *ServiceConfigFrontend) GetConfigFrontendAll() (err error, frontend []model.SysConfigFrontend)
type ServiceDict ¶
type ServiceDict struct{}
func (*ServiceDict) GetDictAll ¶
func (s *ServiceDict) GetDictAll() (err error, dict []model.SysDict)
type ServiceLogin ¶
type ServiceLogin struct{}
func (*ServiceLogin) SaveOnline ¶
func (s *ServiceLogin) SaveOnline(username string, token string) error
type ServicePublic ¶
type ServicePublic struct { ServiceDb ServiceDb ServiceLogin ServiceLogin ServiceDict ServiceDict ServiceConfigBackend ServiceConfigBackend ServiceConfigFrontend ServiceConfigFrontend ServiceWebSocket ServiceWebSocket }
type ServiceWebSocket ¶
type ServiceWebSocket struct{}
func (*ServiceWebSocket) Broadcast ¶
func (s *ServiceWebSocket) Broadcast()
Click to show internal directories.
Click to hide internal directories.