system_apikey

package
v1.7.2-beta Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAPIKeyController

type IAPIKeyController interface {
	Create(ctx *gin.Context, input *system_apikey_dto.Create) error
	Update(ctx *gin.Context, id string, input *system_apikey_dto.Update) error
	Delete(ctx *gin.Context, id string) error
	Get(ctx *gin.Context, id string) (*system_apikey_dto.APIKey, error)
	Search(ctx *gin.Context, keyword string) ([]*system_apikey_dto.Item, error)
	SimpleList(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error)
	MyAPIKeys(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error)
	MyAPIKeysByService(ctx *gin.Context, serviceId string) ([]*system_apikey_dto.AuthorizationItem, error)
}

Jump to

Keyboard shortcuts

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