Documentation ¶
Index ¶
- type DataStore
- func (DS *DataStore) Check(key string) bool
- func (DS *DataStore) CheckContainer() bool
- func (DS *DataStore) CheckField() bool
- func (DS *DataStore) CheckFields() bool
- func (DS *DataStore) Container() interface{}
- func (DS *DataStore) ContainerObjectRef() interface{}
- func (DS *DataStore) Context() context.Context
- func (DS *DataStore) DB() db.Session
- func (DS *DataStore) Field() interface{}
- func (DS *DataStore) Fields() interface{}
- func (DS *DataStore) Get(key string) interface{}
- func (DS *DataStore) New(database db.Session) DataStore
- func (DS *DataStore) Org() interface{}
- func (DS *DataStore) Req() *http.Request
- func (DS *DataStore) Set(key string, value interface{})
- func (DS *DataStore) SetContainer(container interface{})
- func (DS *DataStore) SetContainerObjectRef(cor interface{})
- func (DS *DataStore) SetDB(DB db.Session)
- func (DS *DataStore) SetField(field interface{})
- func (DS *DataStore) SetFields(fields interface{})
- func (DS *DataStore) SetOrg(org interface{})
- func (DS *DataStore) SetReq(req *http.Request)
- func (DS *DataStore) SetUser(user interface{})
- func (DS *DataStore) Tx(fn func(DS *DataStore) error) error
- func (DS *DataStore) User() interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStore ¶
type DataStore struct { Now time.Time Database db.Session // contains filtered or unexported fields }
DataStore #
func (*DataStore) CheckContainer ¶
func (*DataStore) CheckField ¶
func (*DataStore) CheckFields ¶
func (*DataStore) ContainerObjectRef ¶
func (DS *DataStore) ContainerObjectRef() interface{}
func (*DataStore) SetContainer ¶
func (DS *DataStore) SetContainer(container interface{})
SetContainer #
func (*DataStore) SetContainerObjectRef ¶
func (DS *DataStore) SetContainerObjectRef(cor interface{})
Click to show internal directories.
Click to hide internal directories.