Documentation ¶
Index ¶
Constants ¶
View Source
const (
// VERSION is a version of payment API
VERSION = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datastorable ¶
type Datastorable interface { Where(query, arg interface{}) Datastorable First(s interface{}) error Model(s interface{}) Datastorable Update(query, arg interface{}) error }
Datastorable ...
Click to show internal directories.
Click to hide internal directories.