oplog

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.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 Infoc

type Infoc struct {
	Oid           int64        `json:"oid"`
	Type          int          `json:"type"`
	DMIds         []int64      `json:"dmids"`
	Subject       string       `json:"subject"`
	OriginVal     string       `json:"origin_val"`
	CurrentVal    string       `json:"current_val"`
	OperationTime string       `json:"optime"`
	OperatorType  OperatorType `json:"operator_type"`
	Operator      int64        `json:"operator"`
	Source        Source       `json:"source"`
	Remark        string       `json:"remark"`
}

Infoc operation log for administrator

type OperatorType

type OperatorType int

OperatorType enum integer value

const (
	OperatorAdmin OperatorType
	OperatorMember
	OperatorUp
	OperatorSystem
)

OperatorType enum definition list

func (OperatorType) String

func (opType OperatorType) String() string

String returns the Source enmu description

type Source

type Source int

Source enum integer value

const (
	SourceManager Source
	SourceUp
	SourcePlayer
)

Source enum definition list

func (Source) String

func (source Source) String() string

String returns the Source enmu description

Jump to

Keyboard shortcuts

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