Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ActionLableKey key name
ActionLableKey = "action"
)
Variables ¶
View Source
var ( // Get Label Get = action("get") // List label List = action("list") // Create label Create = action("create") // Update label Update = action("update") // Delete label Delete = action("delete") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.