auth

package
v0.0.0-...-889a1ee Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NtOpDto

type NtOpDto struct {
	ActionTime *time.Time
}

NtOpDto 非授权操作对象

func NewNtOpDto

func NewNtOpDto() *NtOpDto

NewNtOpDto 创建非授权操作对象

func (*NtOpDto) GetActionTime

func (op *NtOpDto) GetActionTime() *time.Time

GetActionTime 获取操作时间

type OpDto

type OpDto interface {
	// GetActionTime 获取操作时间
	GetActionTime() *time.Time
}

OpDto 操作对象DTO

Jump to

Keyboard shortcuts

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