Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClientManager ¶
func RegisterHandlers ¶
Types ¶
type AtomClientManager ¶
type AtomClientManager struct {
// contains filtered or unexported fields
}
func ClientManager ¶
func ClientManager() *AtomClientManager
func (*AtomClientManager) Get ¶
func (mgr *AtomClientManager) Get(session *sessions.Session) *ClientInstance
Get returns an existing atom.Client.
func (*AtomClientManager) New ¶
func (mgr *AtomClientManager) New(session *sessions.Session) (*ClientInstance, error)
New returns a new atom.Client.
func (*AtomClientManager) Stop ¶
func (mgr *AtomClientManager) Stop()
Stop stops all qr login process
type ClientInstance ¶
Click to show internal directories.
Click to hide internal directories.