system_apikey

package
v1.8.1-beta Latest Latest
Warning

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

Go to latest
Published: May 26, 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 APIKey

type APIKey struct {
	Id       string
	Name     string
	Value    string
	Creator  string
	Updater  string
	CreateAt time.Time
	UpdateAt time.Time
	Expired  int64
}

func FromEntity

func FromEntity(s *system.APIKey) *APIKey

type Create

type Create struct {
	Id      string
	Name    string
	Value   string
	Expired int64
}

type Update

type Update struct {
	Name    *string
	Value   *string
	Expired *int64
}

Jump to

Keyboard shortcuts

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