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 ¶
Click to show internal directories.
Click to hide internal directories.