Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PathListURI = UserPathURI + "{}/"
View Source
var UserFS embed.FS
View Source
var UserPathURI = "/v1/api/agently/user"
Functions ¶
Types ¶
type UserInput ¶ added in v0.2.9
type UserInput struct {
Id string `parameter:",kind=query,in=id" predicate:"equal,group=0,t,id"`
Has *UserInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}
type UserInputHas ¶ added in v0.2.9
type UserInputHas struct {
Id bool
}
type UserOutput ¶ added in v0.2.9
type UserView ¶ added in v0.2.9
type UserView struct {
Id string `sqlx:"id"`
Username string `sqlx:"username"`
DisplayName *string `sqlx:"display_name"`
Email *string `sqlx:"email"`
Provider string `sqlx:"provider"`
Subject *string `sqlx:"subject"`
HashIp *string `sqlx:"hash_ip"`
Timezone string `sqlx:"timezone"`
DefaultAgentRef *string `sqlx:"default_agent_ref"`
DefaultModelRef *string `sqlx:"default_model_ref"`
DefaultEmbedderRef *string `sqlx:"default_embedder_ref"`
Settings *string `sqlx:"settings"`
Disabled int `sqlx:"disabled"`
CreatedAt time.Time `sqlx:"created_at"`
UpdatedAt *time.Time `sqlx:"updated_at"`
}
Click to show internal directories.
Click to hide internal directories.