Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRoleName ¶
func SetAuthoriziationHeader ¶
Types ¶
type Environment ¶ added in v0.1.0
type Environment struct {
}
func NewEnv ¶ added in v0.1.0
func NewEnv() *Environment
func (*Environment) GetApiToken ¶ added in v0.1.0
func (e *Environment) GetApiToken() (string, error)
func (*Environment) GetApiUrl ¶ added in v0.1.0
func (e *Environment) GetApiUrl() string
func (*Environment) GetTeamId ¶ added in v0.1.0
func (e *Environment) GetTeamId() (int, error)
func (*Environment) GetWorkspaceId ¶ added in v0.1.0
func (e *Environment) GetWorkspaceId() (int, error)
func (*Environment) ReadNumericEnv ¶ added in v0.1.0
func (e *Environment) ReadNumericEnv(env string) (int, error)
type ReplicaStatus ¶
type ReplicaStatus struct {
State string `json:"state"`
Steps []Step `json:"steps"`
Replica string `json:"replica"`
Server string `json:"server"`
}
func GetPipelineStatus ¶
func GetPipelineStatus(ws int, stage string) (res []ReplicaStatus, err error)
Click to show internal directories.
Click to hide internal directories.