package
Version:
v0.2.49
Opens a new window with list of versions in this module.
Published: Feb 13, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const PathURI = "/v1/api/agently/user/session"
type Input struct {
Ids []string `parameter:",kind=query,in=id" json:"ids,omitempty"`
}
type Output struct {
response.Status `parameter:",kind=output,in=status" anonymous:"true"`
Data []string `parameter:",kind=body"`
Violations []*validator.Violation `parameter:",kind=transient"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.