tokens

package
v0.9.8 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func D2DTokenHandler

func D2DTokenHandler(storeInstance *store.Store) http.HandlerFunc

func ExtJsTokenHandler

func ExtJsTokenHandler(storeInstance *store.Store) http.HandlerFunc

func ExtJsTokenSingleHandler

func ExtJsTokenSingleHandler(storeInstance *store.Store) http.HandlerFunc

Types

type TokenConfigResponse

type TokenConfigResponse struct {
	Errors  map[string]string `json:"errors"`
	Message string            `json:"message"`
	Data    *types.AgentToken `json:"data"`
	Status  int               `json:"status"`
	Success bool              `json:"success"`
}

type TokensResponse

type TokensResponse struct {
	Data   []types.AgentToken `json:"data"`
	Digest string             `json:"digest"`
}

Jump to

Keyboard shortcuts

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