audit/constant.go

13 lines
195 B
Go
Raw Normal View History

2021-08-09 04:33:23 +00:00
package audit
const (
SourceSelly = "selly"
)
// List actions
const (
ActionCreate = "create"
ActionUpdate = "update"
ActionUpdatePermissions = "update-permissions"
)