types

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccesslogProduceLogArgs

type AccesslogProduceLogArgs struct {
	KeyID     *string
	Path      string
	Status    int
	Timestamp time.Time
}

AccesslogProduceLogArgs : Just a copy of accesslog.Log, to prevent import the "unsafe" package

type CheckAccountPausedArgs

type CheckAccountPausedArgs struct {
	Account string
}

CheckAccountPausedArgs : Parameters of function control.CheckAccountPaused (ignore context)

type CheckAccountPausedReply

type CheckAccountPausedReply struct {
	IsPaused bool
}

CheckAccountPausedReply : Response of function control.CheckAccountPaused

type ControlCheckKeyArgs

type ControlCheckKeyArgs struct {
	Key string
}

ControlCheckKeyArgs : Parameters of function control.CheckKey (ignore context)

type ControlCheckKeyReply

type ControlCheckKeyReply struct {
	Account *string
	KeyID   *string
}

ControlCheckKeyReply : Response of function control.CheckKey

Jump to

Keyboard shortcuts

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