Documentation ¶ Index ¶ type Auth func NewAuth() *Auth func (this *Auth) Awake() error type Json func NewJson() *Json func (this *Json) Awake() error type Proto func NewProto() *Proto func (this *Proto) Awake() error type ProtoRaven func NewProtoRaven() *ProtoRaven func (this *ProtoRaven) Awake() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Auth ¶ type Auth struct { *entitys.Module // contains filtered or unexported fields } Auth Auth模組 func NewAuth ¶ func NewAuth() *Auth NewAuth 建立Auth模組 func (*Auth) Awake ¶ func (this *Auth) Awake() error Awake 喚醒處理 type Json ¶ type Json struct { *entitys.Module // contains filtered or unexported fields } Json Json模組 func NewJson ¶ func NewJson() *Json NewJson 建立Json模組 func (*Json) Awake ¶ func (this *Json) Awake() error Awake 喚醒處理 type Proto ¶ type Proto struct { *entitys.Module // contains filtered or unexported fields } Proto Proto模組 func NewProto ¶ func NewProto() *Proto NewProto 建立Proto模組 func (*Proto) Awake ¶ func (this *Proto) Awake() error Awake 喚醒處理 type ProtoRaven ¶ added in v1.1.0 type ProtoRaven struct { *entitys.Module // contains filtered or unexported fields } ProtoRaven ProtoRaven模組 func NewProtoRaven ¶ added in v1.1.0 func NewProtoRaven() *ProtoRaven NewProtoRaven 建立ProtoRaven模組 func (*ProtoRaven) Awake ¶ added in v1.1.0 func (this *ProtoRaven) Awake() error Awake 喚醒處理 Source Files ¶ View all Source files auth.go json.go proto.go protoRaven.go Click to show internal directories. Click to hide internal directories.