Versions in this module Expand all Collapse all v0 v0.5.2 Nov 6, 2019 Changes in this version type Cluster + UUID string v0.5.1 Sep 2, 2019 v0.5.0 Jul 29, 2019 Changes in this version type Certificate + ClusterID int64 + CreatedUnix int64 + DeletedUnix *int64 + ID int64 + UpdatedUnix int64 type Cluster + CreatedUnix int64 + DeletedUnix *int64 + ID int64 + OwnerID int64 + UpdatedUnix int64 type Credential + CreatedUnix int64 + DeletedUnix *int64 + ID int64 + OwnerID int64 + UpdatedUnix int64 type Machine + ClusterID int64 + CreatedUnix int64 + DeletedUnix *int64 + ID int64 + UpdatedUnix int64 type SSHKey + ClusterID int64 + CreatedUnix int64 + DeletedUnix *int64 + ID int64 + UpdatedUnix int64 v0.4.0 Jul 23, 2019 Changes in this version + const UID + func New(engine *xorm.Engine) store.Interface + type Certificate struct + Cert string + ClusterId int64 + ClusterName string + CreationTimestamp time.Time + DateModified time.Time + DeletionTimestamp *time.Time + Id int64 + Key string + Name string + UID string + func (Certificate) TableName() string + type Cluster struct + CreationTimestamp time.Time + Data string + DateModified time.Time + DeletionTimestamp *time.Time + Id int64 + IsPrivate bool + Name string + OwnerId int64 + func (Cluster) TableName() string + type Credential struct + CreationTimestamp time.Time + Data string + DateModified time.Time + DeletionTimestamp *time.Time + Id int64 + Name string + OwnerId int64 + UID string + func (Credential) TableName() string + type Machine struct + ClusterId int64 + CreationTimestamp time.Time + Data string + DateModified time.Time + DeletionTimestamp *time.Time + Id int64 + Name string + func (Machine) TableName() string + type SSHKey struct + ClusterId int64 + ClusterName string + CreationTimestamp time.Time + DateModified time.Time + DeletionTimestamp *time.Time + Id int64 + Name string + PrivateKey string + PublicKey string + UID string + func (SSHKey) TableName() string + type XormStore struct + func (s *XormStore) Certificates(cluster string) store.CertificateStore + func (s *XormStore) Clusters() store.ClusterStore + func (s *XormStore) Credentials() store.CredentialStore + func (s *XormStore) Machine(cluster string) store.MachineStore + func (s *XormStore) MachineSet(cluster string) store.MachineSetStore + func (s *XormStore) Operations() store.OperationStore + func (s *XormStore) Owner(id int64) store.ResourceInterface + func (s *XormStore) SSHKeys(cluster string) store.SSHKeyStore