turn

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 ControllerTotalFS embed.FS
View Source
var ControllerTotalPathURI = "/v1/api/agently/turn/controllerCount/controllerCount"

Functions

func DefineControllerTotalComponent

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

Types

type ControllerTotalInput

type ControllerTotalInput struct {
	ConversationID string                   `parameter:",kind=query,in=conversationId" predicate:"equal,group=0,t,conversation_id"`
	Has            *ControllerTotalInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}

func (*ControllerTotalInput) EmbedFS

func (i *ControllerTotalInput) EmbedFS() *embed.FS

type ControllerTotalInputHas

type ControllerTotalInputHas struct {
	ConversationID bool
}

type ControllerTotalOutput

type ControllerTotalOutput struct {
	response.Status `parameter:",kind=output,in=status" json:",omitempty"`
	Data            []*ControllerTotalView `` /* 140-byte string literal not displayed */
	Metrics         response.Metrics       `parameter:",kind=output,in=metrics"`
}

type ControllerTotalView

type ControllerTotalView struct {
	ControllerCount int `sqlx:"controller_count"`
}

Jump to

Keyboard shortcuts

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