Documentation
¶
Index ¶
- type ConfStore
- func (s *ConfStore) Delete(ctx context.Context, ID int64) (store.Tx, error)
- func (s *ConfStore) GetDB() *gorm.DB
- func (s *ConfStore) GetStoreErr() error
- func (s *ConfStore) GetStoreType() string
- func (s *ConfStore) Insert(ctx context.Context, m *model.SysConfModel) (store.Tx, error)
- func (s *ConfStore) Paging(ctx context.Context, param *param.SysConfPagingParam) (result []*model.SysConfModel, count int64, err error)
- func (s *ConfStore) SelectAll(ctx context.Context) ([]*model.SysConfModel, error)
- func (s *ConfStore) SelectByCondition(ctx context.Context, condition *param.SysConfParam) (result []*model.SysConfModel, err error)
- func (s *ConfStore) SelectById(ctx context.Context, ID int64) (*model.SysConfModel, error)
- func (s *ConfStore) SetStoreErr(err error)
- func (s *ConfStore) Update(ctx context.Context, ID int64, params map[string]any) (store.Tx, error)
- type SecretStore
- func (s *SecretStore) Delete(ctx context.Context, ID int64) (store.Tx, error)
- func (s *SecretStore) GetDB() *gorm.DB
- func (s *SecretStore) GetStoreErr() error
- func (s *SecretStore) GetStoreType() string
- func (s *SecretStore) Insert(ctx context.Context, m *model.AccountSecretModel) (store.Tx, error)
- func (s *SecretStore) Paging(ctx context.Context, param *param.SecretPagingParam) (result []*model.AccountSecretModel, count int64, err error)
- func (s *SecretStore) SelectAll(ctx context.Context) ([]*model.AccountSecretModel, error)
- func (s *SecretStore) SelectByCondition(ctx context.Context, condition *param.SecretParam) (result []*model.AccountSecretModel, err error)
- func (s *SecretStore) SelectById(ctx context.Context, ID int64) (*model.AccountSecretModel, error)
- func (s *SecretStore) SetStoreErr(err error)
- func (s *SecretStore) Update(ctx context.Context, ID int64, params map[string]any) (store.Tx, error)
- type ServerIpListStore
- func (s *ServerIpListStore) Delete(ctx context.Context, ID int64) (store.Tx, error)
- func (s *ServerIpListStore) GetStoreErr() error
- func (s *ServerIpListStore) GetStoreType() string
- func (s *ServerIpListStore) Insert(ctx context.Context, m *model.ServerIpListModel) (store.Tx, error)
- func (s *ServerIpListStore) SelectAll(ctx context.Context) ([]*model.ServerIpListModel, error)
- func (s *ServerIpListStore) SelectByCondition(ctx context.Context, condition *param.ServerIpListParam) (result []*model.ServerIpListModel, err error)
- func (s *ServerIpListStore) SelectById(ctx context.Context, ID int64) (*model.ServerIpListModel, error)
- func (s *ServerIpListStore) SetStoreErr(err error)
- type ServerStore
- func (s *ServerStore) Delete(ctx context.Context, ID int64) (store.Tx, error)
- func (s *ServerStore) GetStoreErr() error
- func (s *ServerStore) GetStoreType() string
- func (s *ServerStore) Insert(ctx context.Context, m *model.ServerModel) (store.Tx, error)
- func (s *ServerStore) Paging(ctx context.Context, param *param.ServerPagingParam) (result []*model.ServerModel, count int64, err error)
- func (s *ServerStore) SelectAll(ctx context.Context) ([]*model.ServerModel, error)
- func (s *ServerStore) SelectByCondition(ctx context.Context, condition *param.ServerParam) (result []*model.ServerModel, err error)
- func (s *ServerStore) SelectById(ctx context.Context, ID int64) (*model.ServerModel, error)
- func (s *ServerStore) SetStoreErr(err error)
- func (s *ServerStore) Update(ctx context.Context, ID int64, params map[string]any) (store.Tx, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfStore ¶
func (*ConfStore) GetStoreErr ¶
func (*ConfStore) GetStoreType ¶
func (*ConfStore) Paging ¶
func (s *ConfStore) Paging(ctx context.Context, param *param.SysConfPagingParam) (result []*model.SysConfModel, count int64, err error)
func (*ConfStore) SelectByCondition ¶
func (s *ConfStore) SelectByCondition(ctx context.Context, condition *param.SysConfParam) (result []*model.SysConfModel, err error)
func (*ConfStore) SelectById ¶
func (*ConfStore) SetStoreErr ¶
type SecretStore ¶
func (*SecretStore) GetDB ¶
func (s *SecretStore) GetDB() *gorm.DB
func (*SecretStore) GetStoreErr ¶
func (s *SecretStore) GetStoreErr() error
func (*SecretStore) GetStoreType ¶
func (s *SecretStore) GetStoreType() string
func (*SecretStore) Insert ¶
func (s *SecretStore) Insert(ctx context.Context, m *model.AccountSecretModel) (store.Tx, error)
func (*SecretStore) Paging ¶
func (s *SecretStore) Paging(ctx context.Context, param *param.SecretPagingParam) (result []*model.AccountSecretModel, count int64, err error)
func (*SecretStore) SelectAll ¶
func (s *SecretStore) SelectAll(ctx context.Context) ([]*model.AccountSecretModel, error)
func (*SecretStore) SelectByCondition ¶
func (s *SecretStore) SelectByCondition(ctx context.Context, condition *param.SecretParam) (result []*model.AccountSecretModel, err error)
func (*SecretStore) SelectById ¶
func (s *SecretStore) SelectById(ctx context.Context, ID int64) (*model.AccountSecretModel, error)
func (*SecretStore) SetStoreErr ¶
func (s *SecretStore) SetStoreErr(err error)
type ServerIpListStore ¶
func (*ServerIpListStore) GetStoreErr ¶
func (s *ServerIpListStore) GetStoreErr() error
func (*ServerIpListStore) GetStoreType ¶
func (s *ServerIpListStore) GetStoreType() string
func (*ServerIpListStore) Insert ¶
func (s *ServerIpListStore) Insert(ctx context.Context, m *model.ServerIpListModel) (store.Tx, error)
func (*ServerIpListStore) SelectAll ¶
func (s *ServerIpListStore) SelectAll(ctx context.Context) ([]*model.ServerIpListModel, error)
func (*ServerIpListStore) SelectByCondition ¶
func (s *ServerIpListStore) SelectByCondition(ctx context.Context, condition *param.ServerIpListParam) (result []*model.ServerIpListModel, err error)
func (*ServerIpListStore) SelectById ¶
func (s *ServerIpListStore) SelectById(ctx context.Context, ID int64) (*model.ServerIpListModel, error)
func (*ServerIpListStore) SetStoreErr ¶
func (s *ServerIpListStore) SetStoreErr(err error)
type ServerStore ¶
func (*ServerStore) GetStoreErr ¶
func (s *ServerStore) GetStoreErr() error
func (*ServerStore) GetStoreType ¶
func (s *ServerStore) GetStoreType() string
func (*ServerStore) Insert ¶
func (s *ServerStore) Insert(ctx context.Context, m *model.ServerModel) (store.Tx, error)
func (*ServerStore) Paging ¶
func (s *ServerStore) Paging(ctx context.Context, param *param.ServerPagingParam) (result []*model.ServerModel, count int64, err error)
func (*ServerStore) SelectAll ¶
func (s *ServerStore) SelectAll(ctx context.Context) ([]*model.ServerModel, error)
func (*ServerStore) SelectByCondition ¶
func (s *ServerStore) SelectByCondition(ctx context.Context, condition *param.ServerParam) (result []*model.ServerModel, err error)
func (*ServerStore) SelectById ¶
func (s *ServerStore) SelectById(ctx context.Context, ID int64) (*model.ServerModel, error)
func (*ServerStore) SetStoreErr ¶
func (s *ServerStore) SetStoreErr(err error)
Click to show internal directories.
Click to hide internal directories.