Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerActionAuditLog ¶
type ServerActionAuditLogRepository ¶
type ServerActionAuditLogRepository interface {
Save(serverActionAuditLog *ServerActionAuditLog) error
}
type ServerActionAuditLogRepositoryImpl ¶
type ServerActionAuditLogRepositoryImpl struct {
// contains filtered or unexported fields
}
func NewServerActionAuditLogRepositoryImpl ¶
func NewServerActionAuditLogRepositoryImpl(dbConnection *pg.DB) *ServerActionAuditLogRepositoryImpl
func (ServerActionAuditLogRepositoryImpl) Save ¶
func (impl ServerActionAuditLogRepositoryImpl) Save(serverActionAuditLog *ServerActionAuditLog) error
type ServerCacheService ¶
type ServerCacheService interface { }
type ServerCacheServiceImpl ¶
type ServerCacheServiceImpl struct {
// contains filtered or unexported fields
}
func NewServerCacheServiceImpl ¶
func NewServerCacheServiceImpl(logger *zap.SugaredLogger, serverEnvConfig *serverEnvConfig.ServerEnvConfig, serverDataStore *serverDataStore.ServerDataStore, helmAppService client.HelmAppService) *ServerCacheServiceImpl
type ServerService ¶
type ServerService interface { GetServerInfo(showServerStatus bool) (*serverBean.ServerInfoDto, error) HandleServerAction(userId int32, serverActionRequest *serverBean.ServerActionRequestDto) (*serverBean.ActionResponse, error) }
type ServerServiceImpl ¶
type ServerServiceImpl struct {
// contains filtered or unexported fields
}
func NewServerServiceImpl ¶
func NewServerServiceImpl(logger *zap.SugaredLogger, serverActionAuditLogRepository ServerActionAuditLogRepository, serverDataStore *serverDataStore.ServerDataStore, serverEnvConfig *serverEnvConfig.ServerEnvConfig, helmAppService client.HelmAppService, moduleRepository moduleRepo.ModuleRepository) *ServerServiceImpl
func (ServerServiceImpl) GetServerInfo ¶
func (impl ServerServiceImpl) GetServerInfo(showServerStatus bool) (*serverBean.ServerInfoDto, error)
func (ServerServiceImpl) HandleServerAction ¶
func (impl ServerServiceImpl) HandleServerAction(userId int32, serverActionRequest *serverBean.ServerActionRequestDto) (*serverBean.ActionResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.