Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
*CommonEndpoint
}
func NewCheck ¶
func NewCheck(common *CommonEndpoint) *Check
func (*Check) CheckMobileAccessToken ¶
type CommonEndpoint ¶
type CommonEndpoint struct {
// contains filtered or unexported fields
}
func NewCommonEndpoint ¶
func NewCommonEndpoint(adaptors *adaptors.Adaptors) *CommonEndpoint
type IEndpoint ¶
type IEndpoint interface { IEndpointMobile IEndpointServer IEndpointCheck }
func NewEndpoint ¶
type IEndpointCheck ¶
type IEndpointMobile ¶
type IEndpointServer ¶
type Mobile ¶
type Mobile struct {
*CommonEndpoint
}
func NewMobile ¶
func NewMobile(common *CommonEndpoint) *Mobile
func (*Mobile) ListMobileToken ¶
func (*Mobile) RegisterMobile ¶
type Server ¶
type Server struct {
*CommonEndpoint
}
func NewServer ¶
func NewServer(common *CommonEndpoint) *Server