Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PendingTotalFS embed.FS
View Source
var PendingTotalPathURI = "/v1/api/agently/toolapprovalqueue/pendingCount/pendingCount"
Functions ¶
Types ¶
type PendingTotalInput ¶
type PendingTotalInput struct {
ConversationID string `parameter:",kind=query,in=conversationId" predicate:"equal,group=0,q,conversation_id"`
Has *PendingTotalInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}
func (*PendingTotalInput) EmbedFS ¶
func (i *PendingTotalInput) EmbedFS() *embed.FS
type PendingTotalInputHas ¶
type PendingTotalInputHas struct {
ConversationID bool
}
type PendingTotalOutput ¶
type PendingTotalOutput struct {
response.Status `parameter:",kind=output,in=status" json:",omitempty"`
Data []*PendingTotalView `` /* 140-byte string literal not displayed */
Metrics response.Metrics `parameter:",kind=output,in=metrics"`
}
type PendingTotalView ¶
type PendingTotalView struct {
PendingCount int `sqlx:"pending_count"`
}
Click to show internal directories.
Click to hide internal directories.