Documentation ¶
Index ¶
- Variables
- type Service
- func (s *Service) AuthEnvironment(ctx context.Context, interactive bool) error
- func (s *Service) AuthProject(ctx context.Context, interactive bool) error
- func (s *Service) AuthUser(ctx context.Context, interactive bool) error
- func (s *Service) CheckAuth(ctx context.Context, interactive bool, f func(context.Context, bool) error) error
- func (s *Service) CreateProject(ctx context.Context, name string, useNewProject *bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OmitUser = "OMIT_USER" OmitProject = "OMIT_PROJECT" OmitEnvironment = "OMIT_ENVIRONMENT" OmitCapsule = "OMIT_CAPSULE" )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) AuthEnvironment ¶ added in v1.8.12
func (*Service) AuthProject ¶ added in v1.8.12
Click to show internal directories.
Click to hide internal directories.