Documentation
¶
Index ¶
- func CheckCluster(ctx context.Context, tx excute.Preparer, dialect excute.SqlExcutor, ...) error
- func CheckManagedChannel(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) error
- func CreateChannelStatus(ctx context.Context, db *sql.DB, dialect excute.SqlExcutor, ...) error
- func GetChannelNotifierEdge(ctx context.Context, db *sql.DB, dialect excute.SqlExcutor, ...) (*channelv3.HttpRsp_ManagedChannel_NotifierEdge, error)
- func GetManagedChannel(ctx context.Context, db *sql.DB, dialect excute.SqlExcutor, uuid string, ...) (*channelv3.HttpRsp_ManagedChannel, error)
- func GetService(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) (*service.Service, error)
- func GetServiceResult(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) (*service.ServiceResult, error)
- func GetServiceStep(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) (*service.ServiceStep, error)
- func GetServiceSteps(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) ([]service.ServiceStep, error)
- func GetServicesPolling(ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, ...) ([]service.Service_polling, error)
- func GetTemplate(ctx context.Context, tx excute.Preparer, dialect excute.SqlExcutor, ...) (*template.Template, []template.TemplateCommand, error)
- func SaveMultiTable(tx excute.Preparer, dialect excute.SqlExcutor, tables []Table) error
- type ServicePolling
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCluster ¶
func CheckCluster(ctx context.Context, tx excute.Preparer, dialect excute.SqlExcutor, claims *auths.TenantAccessTokenClaims, cluster_uuid string, ) error
func CheckManagedChannel ¶
func CreateChannelStatus ¶
func CreateChannelStatus(ctx context.Context, db *sql.DB, dialect excute.SqlExcutor, uuid, message string, created time.Time, max_count uint) error
CreateChannelStatus
func GetChannelNotifierEdge ¶
func GetChannelNotifierEdge(ctx context.Context, db *sql.DB, dialect excute.SqlExcutor, edge channelv3.NotifierEdge) (*channelv3.HttpRsp_ManagedChannel_NotifierEdge, error)
func GetManagedChannel ¶
func GetService ¶
func GetServiceResult ¶
func GetServiceResult( ctx context.Context, db excute.Preparer, dialect excute.SqlExcutor, cond stmt.ConditionStmt, order stmt.OrderStmt, page stmt.PaginationStmt, ) (*service.ServiceResult, error)
func GetServiceStep ¶
func GetServiceSteps ¶
func GetServicesPolling ¶
func GetTemplate ¶
func SaveMultiTable ¶
Types ¶
type ServicePolling ¶
type ServicePolling struct {
Service service.Service
LastStatus service.ServiceStatus
}
func GetServicesPolling_v4 ¶
Click to show internal directories.
Click to hide internal directories.