Documentation
¶
Index ¶
- func NewLMSTenants(sess dbsession.Factory) *lmsTenants
- func NewOperation(sess dbsession.Factory) *operations
- type Instance
- func (s *Instance) Delete(instanceID string) error
- func (s *Instance) FindAllJoinedWithOperations(prct ...predicate.Predicate) ([]internal.InstanceWithOperation, error)
- func (s *Instance) GetByID(instanceID string) (*internal.Instance, error)
- func (s *Instance) Insert(instance internal.Instance) error
- func (s *Instance) Update(instance internal.Instance) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLMSTenants ¶
func NewOperation ¶
Types ¶
type Instance ¶
func NewInstance ¶
func (*Instance) FindAllJoinedWithOperations ¶
Click to show internal directories.
Click to hide internal directories.