package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CredentialResponse struct {
ID int64 `json:"id"`
Name string `json:"name"`
CreatedAt time.Time `json:"created_at"`
}
type RenameRequest struct {
Name string `json:"name" validate:"required,min=1,max=255"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.