Versions in this module Expand all Collapse all v0 v0.9.0 Apr 14, 2017 Changes in this version + const Build + const Building + const Complete + const Create + const Deleted + const Deleting + const Destroy + const Env + const External + const Failed + const Fetching + const File + const Internal + const Office + const Pushing + const Rollback + const Running + const Status + const Update + const Waiting + func DockerBuildMock() + func GetRegexParams(regEx, url string) (paramsMap map[string]string) + func GitCheckout(project Project, git Git) (*git2go.Repository, error) + func GitCheckoutCommit(hash string, project Project, git Git) (*git2go.Repository, error) + func GitCloneOptions(git Git) git2go.CloneOptions + func GitFetch(project Project, git Git) (*git2go.Repository, error) + func GitFetchOptions(git Git) git2go.FetchOptions + func LoadBalancerMock() + func WebsocketMsgMock() + type Action string + type Arg struct + Key string + Value string + type Docker struct + Image string + Registry DockerRegistry + type DockerBuild struct + Action Action + BuildArgs []Arg + BuildError string + BuildLog string + Feature Feature + Git Git + Image string + Project Project + Registry DockerRegistry + State State + StateMessage string + type DockerDeploy struct + Action Action + DeploymentStrategy string + Docker Docker + Environment string + Project Project + Release Release + Secrets []Secret + Services []Service + State State + StateMessage string + Timeout int + func DockerDeployCreateMock() DockerDeploy + type DockerRegistry struct + Email string + Host string + Password string + Username string + type Feature struct + Created time.Time + Hash string + Message string + ParentHash string + User string + type Git struct + Branch string + HeadHash string + Protocol string + RsaPrivateKey string + RsaPublicKey string + Url string + Workdir string + type GitCommit struct + Created time.Time + Hash string + Message string + ParentHash string + Ref string + Repository string + User string + func GitCommitMock() GitCommit + func GitCommits(from time.Time, project Project, git Git) ([]GitCommit, error) + type GitPing struct + Repository string + User string + func GitPingMock() GitPing + type GitStatus struct + Context string + Hash string + Repository string + State string + User string + func GitStatusCircleFailedMock() GitStatus + func GitStatusCirclePendingMock() GitStatus + func GitStatusCircleSuccessMock() GitStatus + type GitSync struct + Action Action + From time.Time + Git Git + Project Project + State State + StateMessage string + type HeartBeat struct + Tick string + type Listener struct + Port int32 + Protocol string + type ListenerPair struct + Destination Listener + Source Listener + type LoadBalancer struct + Action Action + DNSName string + Environment string + ListenerPairs []ListenerPair + Name string + Project Project + Service Service + State State + StateMessage string + Type Type + type Project struct + Action Action + NotifyChannels []string + Repository string + Slug string + func ProjectCreateMock() Project + type Release struct + HeadFeature Feature + Id string + TailFeature Feature + User string + type Secret struct + Key string + Type Type + Value string + type Service struct + Action Action + Command string + Listeners []Listener + Name string + Replicas int64 + Spec ServiceSpec + State State + StateMessage string + type ServiceSpec struct + CpuLimit string + CpuRequest string + MemoryLimit string + MemoryRequest string + TerminationGracePeriodSeconds int64 + type State string + type Type string + type WebsocketMsg struct + Channel string + Payload interface{}