Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Drv = make(map[string]INITFUNC)
View Source
var InjectReflect = NewInjector(50)
Functions ¶
Types ¶
type Injector ¶
func NewInjector ¶
type OutSuccess ¶
type ShareChannel ¶
type ShareChannel struct { // contains filtered or unexported fields }
func NewShareChannel ¶
func NewShareChannel() *ShareChannel
func (*ShareChannel) Close ¶
func (sc *ShareChannel) Close()
func (*ShareChannel) GutOutFailure ¶
func (sc *ShareChannel) GutOutFailure() (jsonObj string)
func (*ShareChannel) GutOutSuccess ¶
func (sc *ShareChannel) GutOutSuccess() (jsonObj string)
func (*ShareChannel) Open ¶
func (sc *ShareChannel) Open()
func (*ShareChannel) PutIn ¶
func (sc *ShareChannel) PutIn(jsonObj string)
Click to show internal directories.
Click to hide internal directories.