Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TokenFS embed.FS
View Source
var TokenPathURI = "/v1/api/agently/user/oauth"
Functions ¶
Types ¶
type TokenInput ¶
type TokenInput struct {
Id string `parameter:",kind=query,in=user_id" predicate:"equal,group=0,t,user_id"`
Has *TokenInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}
func (*TokenInput) EmbedFS ¶
func (i *TokenInput) EmbedFS() *embed.FS
type TokenInputHas ¶
type TokenInputHas struct {
Id bool
}
type TokenOutput ¶
Click to show internal directories.
Click to hide internal directories.