cloudLog

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const DeleteCloudOperLog = "delete from cloud_oper_log"
View Source
const FindByIdCloudOperLog = SelectCloudOperLog + " where log_id={1}"
View Source
const InsertCloudOperLog = "insert into cloud_oper_log"
View Source
const SelectCloudOperLog = "select log_id,time,user,messages,cluster,ip from cloud_oper_log"
View Source
const UpdateCloudOperLog = "update cloud_oper_log"

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudOperLog

type CloudOperLog struct {
	//操作信息
	Messages string
	//在哪个集群操作的
	Cluster string
	//操作IP地址
	Ip string
	//
	LogId int64
	//操作时间
	Time string
	//操作用户
	User string
}

Jump to

Keyboard shortcuts

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