Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTokenService ¶
func NewTokenService(cli GraphQLClient) *tokenService
Types ¶
type GraphQLClient ¶
type TokenResponse ¶
type TokenResponse struct {
Token tokenResponse `json:"result"`
}
func NewTokenResponse ¶
func NewTokenResponse(token string) TokenResponse
func (TokenResponse) GetTokenValue ¶
func (r TokenResponse) GetTokenValue() string
Click to show internal directories.
Click to hide internal directories.