Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAuthResponse ¶
type AppAuthResponse struct { ErrorCode int `json:"errorCode"` ErrorMessage string `json:"errorMessage"` AuthApp }
AppAuthResponse represents the response of App authentication from fenxiang open api.
type AuthApp ¶
type AuthApp struct { AppID string `json:"appId"` CorpAccessToken string `json:"corpAccessToken"` CorpID string `json:"corpId"` ExpiresIn int `json:"expiresIn"` }
AuthApp represents authentication object for application.
type Authentication ¶
Authentication represents the methods for the fenxiang OpenAPI authentication.
type InvalidPtrError ¶
An InvalidPtrError describes an invalid argument passed to Unmarshal. (The argument to Unmarshal must be a non-nil pointer.)
func (*InvalidPtrError) Error ¶
func (e *InvalidPtrError) Error() string
Click to show internal directories.
Click to hide internal directories.