Versions in this module Expand all Collapse all v0 v0.73.0 Dec 18, 2024 Changes in this version + func FileStatusTypeChoices() []string + func VerifyErrorCodeTypeChoices() []int + type FileInfoOut struct + FileSha256 *string + FileSize *int + FileStatus FileStatusType + Url *string + VerifyErrorCode VerifyErrorCodeType + VerifyErrorMessage *string + type FileStatusType string + const FileStatusTypeFailed + const FileStatusTypeInitial + const FileStatusTypeReady + type FlinkJarApplicationVersionHandler struct + func NewHandler(doer doer) FlinkJarApplicationVersionHandler + func (h *FlinkJarApplicationVersionHandler) ServiceFlinkCreateJarApplicationVersion(ctx context.Context, project string, serviceName string, applicationId string) (*ServiceFlinkCreateJarApplicationVersionOut, error) + func (h *FlinkJarApplicationVersionHandler) ServiceFlinkDeleteJarApplicationVersion(ctx context.Context, project string, serviceName string, applicationId string, ...) (*ServiceFlinkDeleteJarApplicationVersionOut, error) + func (h *FlinkJarApplicationVersionHandler) ServiceFlinkGetJarApplicationVersion(ctx context.Context, project string, serviceName string, applicationId string, ...) (*ServiceFlinkGetJarApplicationVersionOut, error) + type Handler interface + ServiceFlinkCreateJarApplicationVersion func(ctx context.Context, project string, serviceName string, applicationId string) (*ServiceFlinkCreateJarApplicationVersionOut, error) + ServiceFlinkDeleteJarApplicationVersion func(ctx context.Context, project string, serviceName string, applicationId string, ...) (*ServiceFlinkDeleteJarApplicationVersionOut, error) + ServiceFlinkGetJarApplicationVersion func(ctx context.Context, project string, serviceName string, applicationId string, ...) (*ServiceFlinkGetJarApplicationVersionOut, error) + type ServiceFlinkCreateJarApplicationVersionOut struct + CreatedAt time.Time + CreatedBy string + FileInfo *FileInfoOut + Id string + Version int + type ServiceFlinkDeleteJarApplicationVersionOut struct + CreatedAt time.Time + CreatedBy string + FileInfo *FileInfoOut + Id string + Version int + type ServiceFlinkGetJarApplicationVersionOut struct + CreatedAt time.Time + CreatedBy string + FileInfo *FileInfoOut + Id string + Version int + type VerifyErrorCodeType int + const VerifyErrorCodeType1 + const VerifyErrorCodeType2 + const VerifyErrorCodeType3