capability

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericAPICapabilities added in v0.0.16

type GenericAPICapabilities struct {
	Services       bool                     `json:"services"`
	Access         bool                     `json:"access"`
	Logs           bool                     `json:"logs"`
	WebSocket      bool                     `json:"websocket"`
	ServiceActions GenericAPIServiceActions `json:"service_actions"`
}

type GenericAPIServiceActions added in v0.0.16

type GenericAPIServiceActions struct {
	Create    bool   `json:"create"`
	ManageAll bool   `json:"manage_all"`
	ManageIDs []uint `json:"manage_ids"`
}

type Handler

type Handler struct{ App app.Application }

func (*Handler) Get

func (h *Handler) Get(c *app.Context, _ api.EmptyRequest) (Response, error)

type Response

type Response struct {
	Token            TokenCapabilities      `json:"token"`
	ModelMarketplace *bool                  `json:"model_marketplace,omitempty"`
	GenericAPI       GenericAPICapabilities `json:"generic_api"`
}

type TokenCapabilities

type TokenCapabilities struct {
	CanEditModelWhitelist bool `json:"can_edit_model_whitelist"`
}

Jump to

Keyboard shortcuts

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