Documentation
¶
Index ¶
Constants ¶
View Source
const TABLE = "users"
Constants
Variables ¶
View Source
var FIELDS = []string{"id", "name", "email", "is_active", "idempotency_key"}
View Source
var PRIMARYKEY = []string{"id"}
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Backend Data Resource
Click to show internal directories.
Click to hide internal directories.