Documentation
¶
Index ¶
- type AppleDevProfile
- func (a *AppleDevProfile) GenerateIntegrationString(creds []pb.OcyCredder) (contents string, err error)
- func (a *AppleDevProfile) GetEnv() []string
- func (a *AppleDevProfile) IsRelevant(wc *pb.BuildConfig) bool
- func (a *AppleDevProfile) MakeBashable(str string) []string
- func (a *AppleDevProfile) String() string
- func (a *AppleDevProfile) SubType() pb.SubCredType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppleDevProfile ¶
type AppleDevProfile struct {
// contains filtered or unexported fields
}
func Create ¶
func Create() *AppleDevProfile
func (*AppleDevProfile) GenerateIntegrationString ¶
func (a *AppleDevProfile) GenerateIntegrationString(creds []pb.OcyCredder) (contents string, err error)
func (*AppleDevProfile) GetEnv ¶
func (a *AppleDevProfile) GetEnv() []string
func (*AppleDevProfile) IsRelevant ¶
func (a *AppleDevProfile) IsRelevant(wc *pb.BuildConfig) bool
func (*AppleDevProfile) MakeBashable ¶
func (a *AppleDevProfile) MakeBashable(str string) []string
func (*AppleDevProfile) String ¶
func (a *AppleDevProfile) String() string
func (*AppleDevProfile) SubType ¶
func (a *AppleDevProfile) SubType() pb.SubCredType
Click to show internal directories.
Click to hide internal directories.