Documentation
¶
Index ¶
- Constants
- type Context
- type EnvVarContext
- type EnvVarProject
- type NewContext
- type NewEnvVarContext
- type NewEnvVarProject
- type NewOrg
- type NewProject
- type Org
- type Project
- type Service
- func (s *Service) AddContext(c NewContext) (Context, error)
- func (s *Service) AddContextEnv(contextID uuid.UUID, ev NewEnvVarContext) (EnvVarContext, error)
- func (s *Service) AddOrg(newOrg NewOrg) (Org, error)
- func (s *Service) AddProject(np NewProject) (Project, error)
- func (s *Service) AddProjectEnv(projectID uuid.UUID, ev NewEnvVarProject) (EnvVarProject, error)
- func (s *Service) Project(id uuid.UUID) (Project, error)
- type VcsInfo
Constants ¶
View Source
const ( TypeGitHub = "github" TypeBitbucket = "bitbucket" TypeCircleCI = "circleci" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvVarContext ¶
type NewContext ¶
type NewEnvVarContext ¶
type NewEnvVarProject ¶
type NewProject ¶
type Service ¶
func (*Service) AddContext ¶
func (s *Service) AddContext(c NewContext) (Context, error)
func (*Service) AddContextEnv ¶
func (s *Service) AddContextEnv(contextID uuid.UUID, ev NewEnvVarContext) (EnvVarContext, error)
func (*Service) AddProject ¶
func (s *Service) AddProject(np NewProject) (Project, error)
func (*Service) AddProjectEnv ¶
func (s *Service) AddProjectEnv(projectID uuid.UUID, ev NewEnvVarProject) (EnvVarProject, error)
Click to show internal directories.
Click to hide internal directories.