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) FindAllInstancesForRuntimes(runtimeIdList []string) ([]internal.Instance, error)
- func (s *Instance) FindAllJoinedWithOperations(prct ...predicate.Predicate) ([]internal.InstanceWithOperation, error)
- func (s *Instance) GetByID(instanceID string) (*internal.Instance, error)
- func (s *Instance) GetInstanceStats() (internal.InstanceStats, 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) FindAllInstancesForRuntimes ¶
func (*Instance) FindAllJoinedWithOperations ¶
func (*Instance) GetInstanceStats ¶
func (s *Instance) GetInstanceStats() (internal.InstanceStats, error)
Click to show internal directories.
Click to hide internal directories.