Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
View Source
var PathURI = "/v1/api/agently/user/oauth"
Functions ¶
func DefineComponent ¶
Types ¶
type Input ¶
type Token ¶
type Token struct {
UserID string `sqlx:"user_id" json:"userId,omitempty" diff:"-"`
Provider string `sqlx:"provider" json:"provider,omitempty"`
EncToken string `sqlx:"enc_token" json:"encToken,omitempty"`
CreatedAt time.Time `sqlx:"created_at" json:"createdAt,omitempty" format:"2006-01-02 15:04:05"`
UpdatedAt *time.Time `sqlx:"updated_at" json:"updatedAt,omitempty" format:"2006-01-02 15:04:05"`
Has *TokenHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}
func (*Token) SetCreatedAt ¶
func (*Token) SetEncToken ¶
func (*Token) SetProvider ¶
func (*Token) SetUpdatedAt ¶
Click to show internal directories.
Click to hide internal directories.