Documentation ¶
Index ¶
Constants ¶
View Source
const (
TableName = "specification"
)
Variables ¶
This section is empty.
Functions ¶
func Insert ¶
func Insert(data *Specification) error
Types ¶
type Specification ¶
func Find ¶
func Find(where map[string]interface{}) ([]Specification, error)
func FindOne ¶
func FindOne(where map[string]interface{}) (Specification, error)
Click to show internal directories.
Click to hide internal directories.