toolapprovalqueue

package
v0.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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

func DefinePendingTotalComponent

func DefinePendingTotalComponent(ctx context.Context, srv *datly.Service) error

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL