config

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CloneStrategy_name = map[int32]string{
	0: "SSH",
	1: "HTTP",
}
View Source
var CloneStrategy_value = map[string]int32{
	"SSH":  0,
	"HTTP": 1,
}

Functions

This section is empty.

Types

type Account

type Account struct {
	Github               *Github    `protobuf:"bytes,1,opt,name=github,proto3" json:"github,omitempty"`
	Gitlab               *Gitlab    `protobuf:"bytes,2,opt,name=gitlab,proto3" json:"gitlab,omitempty"`
	Bitbucket            *Bitbucket `protobuf:"bytes,3,opt,name=bitbucket,proto3" json:"bitbucket,omitempty"`
	Generic              *Generic   `protobuf:"bytes,4,opt,name=generic,proto3" json:"generic,omitempty"`
	Static               *Static    `protobuf:"bytes,5,opt,name=static,proto3" json:"static,omitempty"`
	Rds                  *Rds       `protobuf:"bytes,6,opt,name=rds,proto3" json:"rds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Account) Descriptor

func (*Account) Descriptor() ([]byte, []int)

func (*Account) GetBitbucket

func (m *Account) GetBitbucket() *Bitbucket

func (*Account) GetGeneric

func (m *Account) GetGeneric() *Generic

func (*Account) GetGithub

func (m *Account) GetGithub() *Github

func (*Account) GetGitlab

func (m *Account) GetGitlab() *Gitlab

func (*Account) GetRds

func (m *Account) GetRds() *Rds

func (*Account) GetStatic

func (m *Account) GetStatic() *Static

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) String

func (m *Account) String() string

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type Basic

type Basic struct {
	Username             string                `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password             *wrappers.StringValue `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Basic) Descriptor

func (*Basic) Descriptor() ([]byte, []int)

func (*Basic) GetPassword

func (m *Basic) GetPassword() *wrappers.StringValue

func (*Basic) GetUsername

func (m *Basic) GetUsername() string

func (*Basic) ProtoMessage

func (*Basic) ProtoMessage()

func (*Basic) Reset

func (m *Basic) Reset()

func (*Basic) String

func (m *Basic) String() string

func (*Basic) XXX_DiscardUnknown

func (m *Basic) XXX_DiscardUnknown()

func (*Basic) XXX_Marshal

func (m *Basic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Basic) XXX_Merge

func (m *Basic) XXX_Merge(src proto.Message)

func (*Basic) XXX_Size

func (m *Basic) XXX_Size() int

func (*Basic) XXX_Unmarshal

func (m *Basic) XXX_Unmarshal(b []byte) error

type Bitbucket

type Bitbucket struct {
	Users                []string      `protobuf:"bytes,3,rep,name=users,proto3" json:"users,omitempty"`
	Teams                []string      `protobuf:"bytes,4,rep,name=teams,proto3" json:"teams,omitempty"`
	Strategy             CloneStrategy `protobuf:"varint,5,opt,name=strategy,proto3,enum=cloud.deps.discovery.config.CloneStrategy" json:"strategy,omitempty"` // Deprecated: Do not use.
	Clone                *Clone        `protobuf:"bytes,6,opt,name=clone,proto3" json:"clone,omitempty"`
	Basic                *Basic        `protobuf:"bytes,10,opt,name=basic,proto3" json:"basic,omitempty"`
	Oauth                *OAuthToken   `protobuf:"bytes,11,opt,name=oauth,proto3" json:"oauth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Bitbucket) Descriptor

func (*Bitbucket) Descriptor() ([]byte, []int)

func (*Bitbucket) GetBasic

func (m *Bitbucket) GetBasic() *Basic

func (*Bitbucket) GetClone added in v0.1.0

func (m *Bitbucket) GetClone() *Clone

func (*Bitbucket) GetOauth

func (m *Bitbucket) GetOauth() *OAuthToken

func (*Bitbucket) GetStrategy deprecated

func (m *Bitbucket) GetStrategy() CloneStrategy

Deprecated: Do not use.

func (*Bitbucket) GetTeams

func (m *Bitbucket) GetTeams() []string

func (*Bitbucket) GetUsers

func (m *Bitbucket) GetUsers() []string

func (*Bitbucket) ProtoMessage

func (*Bitbucket) ProtoMessage()

func (*Bitbucket) Reset

func (m *Bitbucket) Reset()

func (*Bitbucket) String

func (m *Bitbucket) String() string

func (*Bitbucket) XXX_DiscardUnknown

func (m *Bitbucket) XXX_DiscardUnknown()

func (*Bitbucket) XXX_Marshal

func (m *Bitbucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bitbucket) XXX_Merge

func (m *Bitbucket) XXX_Merge(src proto.Message)

func (*Bitbucket) XXX_Size

func (m *Bitbucket) XXX_Size() int

func (*Bitbucket) XXX_Unmarshal

func (m *Bitbucket) XXX_Unmarshal(b []byte) error

type Clone added in v0.1.0

type Clone struct {
	Strategy             CloneStrategy `protobuf:"varint,1,opt,name=strategy,proto3,enum=cloud.deps.discovery.config.CloneStrategy" json:"strategy,omitempty"`
	Basic                *Basic        `protobuf:"bytes,2,opt,name=basic,proto3" json:"basic,omitempty"`
	PublicKey            *PublicKey    `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Clone) Descriptor added in v0.1.0

func (*Clone) Descriptor() ([]byte, []int)

func (*Clone) GetBasic added in v0.1.0

func (m *Clone) GetBasic() *Basic

func (*Clone) GetPublicKey added in v0.1.0

func (m *Clone) GetPublicKey() *PublicKey

func (*Clone) GetStrategy added in v0.1.0

func (m *Clone) GetStrategy() CloneStrategy

func (*Clone) ProtoMessage added in v0.1.0

func (*Clone) ProtoMessage()

func (*Clone) Reset added in v0.1.0

func (m *Clone) Reset()

func (*Clone) String added in v0.1.0

func (m *Clone) String() string

func (*Clone) XXX_DiscardUnknown added in v0.1.0

func (m *Clone) XXX_DiscardUnknown()

func (*Clone) XXX_Marshal added in v0.1.0

func (m *Clone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Clone) XXX_Merge added in v0.1.0

func (m *Clone) XXX_Merge(src proto.Message)

func (*Clone) XXX_Size added in v0.1.0

func (m *Clone) XXX_Size() int

func (*Clone) XXX_Unmarshal added in v0.1.0

func (m *Clone) XXX_Unmarshal(b []byte) error

type CloneStrategy

type CloneStrategy int32
const (
	CloneStrategy_SSH  CloneStrategy = 0
	CloneStrategy_HTTP CloneStrategy = 1
)

func (CloneStrategy) EnumDescriptor

func (CloneStrategy) EnumDescriptor() ([]byte, []int)

func (CloneStrategy) String

func (x CloneStrategy) String() string

type Configuration

type Configuration struct {
	Accounts             []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func Load

func Load(url string) (*Configuration, error)

Load accepts a url that points to a configuration file. The file is then loaded into memory and parsed into a Configuration object. Parser lookup is performed based on the url's extension.

func (*Configuration) Descriptor

func (*Configuration) Descriptor() ([]byte, []int)

func (*Configuration) GetAccounts

func (m *Configuration) GetAccounts() []*Account

func (*Configuration) ProtoMessage

func (*Configuration) ProtoMessage()

func (*Configuration) Reset

func (m *Configuration) Reset()

func (*Configuration) String

func (m *Configuration) String() string

func (*Configuration) XXX_DiscardUnknown

func (m *Configuration) XXX_DiscardUnknown()

func (*Configuration) XXX_Marshal

func (m *Configuration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Configuration) XXX_Merge

func (m *Configuration) XXX_Merge(src proto.Message)

func (*Configuration) XXX_Size

func (m *Configuration) XXX_Size() int

func (*Configuration) XXX_Unmarshal

func (m *Configuration) XXX_Unmarshal(b []byte) error

type Generic

type Generic struct {
	BaseUrl              string   `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	PerPageParameter     string   `protobuf:"bytes,3,opt,name=per_page_parameter,json=perPageParameter,proto3" json:"per_page_parameter,omitempty"`
	PageParameter        string   `protobuf:"bytes,4,opt,name=page_parameter,json=pageParameter,proto3" json:"page_parameter,omitempty"`
	PageSize             int32    `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Selector             string   `protobuf:"bytes,6,opt,name=selector,proto3" json:"selector,omitempty"`
	Clone                *Clone   `protobuf:"bytes,7,opt,name=clone,proto3" json:"clone,omitempty"`
	Basic                *Basic   `protobuf:"bytes,10,opt,name=basic,proto3" json:"basic,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Generic) Descriptor

func (*Generic) Descriptor() ([]byte, []int)

func (*Generic) GetBaseUrl

func (m *Generic) GetBaseUrl() string

func (*Generic) GetBasic

func (m *Generic) GetBasic() *Basic

func (*Generic) GetClone added in v0.1.0

func (m *Generic) GetClone() *Clone

func (*Generic) GetPageParameter

func (m *Generic) GetPageParameter() string

func (*Generic) GetPageSize

func (m *Generic) GetPageSize() int32

func (*Generic) GetPath

func (m *Generic) GetPath() string

func (*Generic) GetPerPageParameter

func (m *Generic) GetPerPageParameter() string

func (*Generic) GetSelector

func (m *Generic) GetSelector() string

func (*Generic) ProtoMessage

func (*Generic) ProtoMessage()

func (*Generic) Reset

func (m *Generic) Reset()

func (*Generic) String

func (m *Generic) String() string

func (*Generic) XXX_DiscardUnknown

func (m *Generic) XXX_DiscardUnknown()

func (*Generic) XXX_Marshal

func (m *Generic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Generic) XXX_Merge

func (m *Generic) XXX_Merge(src proto.Message)

func (*Generic) XXX_Size

func (m *Generic) XXX_Size() int

func (*Generic) XXX_Unmarshal

func (m *Generic) XXX_Unmarshal(b []byte) error

type Github

type Github struct {
	BaseUrl              *wrappers.StringValue `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	UploadUrl            *wrappers.StringValue `protobuf:"bytes,2,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`
	Users                []string              `protobuf:"bytes,3,rep,name=users,proto3" json:"users,omitempty"`
	Organizations        []string              `protobuf:"bytes,4,rep,name=organizations,proto3" json:"organizations,omitempty"`
	Strategy             CloneStrategy         `protobuf:"varint,5,opt,name=strategy,proto3,enum=cloud.deps.discovery.config.CloneStrategy" json:"strategy,omitempty"` // Deprecated: Do not use.
	Clone                *Clone                `protobuf:"bytes,6,opt,name=clone,proto3" json:"clone,omitempty"`
	Oauth2               *OAuth2Token          `protobuf:"bytes,10,opt,name=oauth2,proto3" json:"oauth2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Github) Descriptor

func (*Github) Descriptor() ([]byte, []int)

func (*Github) GetBaseUrl

func (m *Github) GetBaseUrl() *wrappers.StringValue

func (*Github) GetClone added in v0.1.0

func (m *Github) GetClone() *Clone

func (*Github) GetOauth2

func (m *Github) GetOauth2() *OAuth2Token

func (*Github) GetOrganizations

func (m *Github) GetOrganizations() []string

func (*Github) GetStrategy deprecated

func (m *Github) GetStrategy() CloneStrategy

Deprecated: Do not use.

func (*Github) GetUploadUrl

func (m *Github) GetUploadUrl() *wrappers.StringValue

func (*Github) GetUsers

func (m *Github) GetUsers() []string

func (*Github) ProtoMessage

func (*Github) ProtoMessage()

func (*Github) Reset

func (m *Github) Reset()

func (*Github) String

func (m *Github) String() string

func (*Github) XXX_DiscardUnknown

func (m *Github) XXX_DiscardUnknown()

func (*Github) XXX_Marshal

func (m *Github) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Github) XXX_Merge

func (m *Github) XXX_Merge(src proto.Message)

func (*Github) XXX_Size

func (m *Github) XXX_Size() int

func (*Github) XXX_Unmarshal

func (m *Github) XXX_Unmarshal(b []byte) error

type Gitlab

type Gitlab struct {
	BaseUrl              *wrappers.StringValue `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	Users                []string              `protobuf:"bytes,3,rep,name=users,proto3" json:"users,omitempty"`
	Groups               []string              `protobuf:"bytes,4,rep,name=groups,proto3" json:"groups,omitempty"`
	Strategy             CloneStrategy         `protobuf:"varint,5,opt,name=strategy,proto3,enum=cloud.deps.discovery.config.CloneStrategy" json:"strategy,omitempty"` // Deprecated: Do not use.
	Clone                *Clone                `protobuf:"bytes,6,opt,name=clone,proto3" json:"clone,omitempty"`
	Private              *OAuthToken           `protobuf:"bytes,10,opt,name=private,proto3" json:"private,omitempty"`
	Oauth                *OAuthToken           `protobuf:"bytes,11,opt,name=oauth,proto3" json:"oauth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Gitlab) Descriptor

func (*Gitlab) Descriptor() ([]byte, []int)

func (*Gitlab) GetBaseUrl

func (m *Gitlab) GetBaseUrl() *wrappers.StringValue

func (*Gitlab) GetClone added in v0.1.0

func (m *Gitlab) GetClone() *Clone

func (*Gitlab) GetGroups

func (m *Gitlab) GetGroups() []string

func (*Gitlab) GetOauth

func (m *Gitlab) GetOauth() *OAuthToken

func (*Gitlab) GetPrivate

func (m *Gitlab) GetPrivate() *OAuthToken

func (*Gitlab) GetStrategy deprecated

func (m *Gitlab) GetStrategy() CloneStrategy

Deprecated: Do not use.

func (*Gitlab) GetUsers

func (m *Gitlab) GetUsers() []string

func (*Gitlab) ProtoMessage

func (*Gitlab) ProtoMessage()

func (*Gitlab) Reset

func (m *Gitlab) Reset()

func (*Gitlab) String

func (m *Gitlab) String() string

func (*Gitlab) XXX_DiscardUnknown

func (m *Gitlab) XXX_DiscardUnknown()

func (*Gitlab) XXX_Marshal

func (m *Gitlab) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Gitlab) XXX_Merge

func (m *Gitlab) XXX_Merge(src proto.Message)

func (*Gitlab) XXX_Size

func (m *Gitlab) XXX_Size() int

func (*Gitlab) XXX_Unmarshal

func (m *Gitlab) XXX_Unmarshal(b []byte) error

type OAuth2Token

type OAuth2Token struct {
	Token                string                `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	TokenType            *wrappers.StringValue `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	RefreshToken         *wrappers.StringValue `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	Expiry               *wrappers.StringValue `protobuf:"bytes,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OAuth2Token) Descriptor

func (*OAuth2Token) Descriptor() ([]byte, []int)

func (*OAuth2Token) GetExpiry

func (m *OAuth2Token) GetExpiry() *wrappers.StringValue

func (*OAuth2Token) GetRefreshToken

func (m *OAuth2Token) GetRefreshToken() *wrappers.StringValue

func (*OAuth2Token) GetToken

func (m *OAuth2Token) GetToken() string

func (*OAuth2Token) GetTokenType

func (m *OAuth2Token) GetTokenType() *wrappers.StringValue

func (*OAuth2Token) ProtoMessage

func (*OAuth2Token) ProtoMessage()

func (*OAuth2Token) Reset

func (m *OAuth2Token) Reset()

func (*OAuth2Token) String

func (m *OAuth2Token) String() string

func (*OAuth2Token) XXX_DiscardUnknown

func (m *OAuth2Token) XXX_DiscardUnknown()

func (*OAuth2Token) XXX_Marshal

func (m *OAuth2Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuth2Token) XXX_Merge

func (m *OAuth2Token) XXX_Merge(src proto.Message)

func (*OAuth2Token) XXX_Size

func (m *OAuth2Token) XXX_Size() int

func (*OAuth2Token) XXX_Unmarshal

func (m *OAuth2Token) XXX_Unmarshal(b []byte) error

type OAuthToken

type OAuthToken struct {
	Token                string                `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	ApplicationId        *wrappers.StringValue `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OAuthToken) Descriptor

func (*OAuthToken) Descriptor() ([]byte, []int)

func (*OAuthToken) GetApplicationId

func (m *OAuthToken) GetApplicationId() *wrappers.StringValue

func (*OAuthToken) GetToken

func (m *OAuthToken) GetToken() string

func (*OAuthToken) ProtoMessage

func (*OAuthToken) ProtoMessage()

func (*OAuthToken) Reset

func (m *OAuthToken) Reset()

func (*OAuthToken) String

func (m *OAuthToken) String() string

func (*OAuthToken) XXX_DiscardUnknown

func (m *OAuthToken) XXX_DiscardUnknown()

func (*OAuthToken) XXX_Marshal

func (m *OAuthToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuthToken) XXX_Merge

func (m *OAuthToken) XXX_Merge(src proto.Message)

func (*OAuthToken) XXX_Size

func (m *OAuthToken) XXX_Size() int

func (*OAuthToken) XXX_Unmarshal

func (m *OAuthToken) XXX_Unmarshal(b []byte) error

type Parser

type Parser = func([]byte) (*Configuration, error)

Parser defines the generic function definition used to parse binary data into the proper configuration structure.

type PublicKey added in v0.1.0

type PublicKey struct {
	User                 string                `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	PrivateKeyPath       *wrappers.StringValue `protobuf:"bytes,2,opt,name=private_key_path,json=privateKeyPath,proto3" json:"private_key_path,omitempty"`
	PrivateKey           *wrappers.StringValue `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Password             string                `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PublicKey) Descriptor added in v0.1.0

func (*PublicKey) Descriptor() ([]byte, []int)

func (*PublicKey) GetPassword added in v0.1.0

func (m *PublicKey) GetPassword() string

func (*PublicKey) GetPrivateKey added in v0.1.1

func (m *PublicKey) GetPrivateKey() *wrappers.StringValue

func (*PublicKey) GetPrivateKeyPath added in v0.1.0

func (m *PublicKey) GetPrivateKeyPath() *wrappers.StringValue

func (*PublicKey) GetUser added in v0.1.1

func (m *PublicKey) GetUser() string

func (*PublicKey) ProtoMessage added in v0.1.0

func (*PublicKey) ProtoMessage()

func (*PublicKey) Reset added in v0.1.0

func (m *PublicKey) Reset()

func (*PublicKey) String added in v0.1.0

func (m *PublicKey) String() string

func (*PublicKey) XXX_DiscardUnknown added in v0.1.0

func (m *PublicKey) XXX_DiscardUnknown()

func (*PublicKey) XXX_Marshal added in v0.1.0

func (m *PublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublicKey) XXX_Merge added in v0.1.0

func (m *PublicKey) XXX_Merge(src proto.Message)

func (*PublicKey) XXX_Size added in v0.1.0

func (m *PublicKey) XXX_Size() int

func (*PublicKey) XXX_Unmarshal added in v0.1.0

func (m *PublicKey) XXX_Unmarshal(b []byte) error

type Rds

type Rds struct {
	Target               string   `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Rds) Descriptor

func (*Rds) Descriptor() ([]byte, []int)

func (*Rds) GetTarget

func (m *Rds) GetTarget() string

func (*Rds) ProtoMessage

func (*Rds) ProtoMessage()

func (*Rds) Reset

func (m *Rds) Reset()

func (*Rds) String

func (m *Rds) String() string

func (*Rds) XXX_DiscardUnknown

func (m *Rds) XXX_DiscardUnknown()

func (*Rds) XXX_Marshal

func (m *Rds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rds) XXX_Merge

func (m *Rds) XXX_Merge(src proto.Message)

func (*Rds) XXX_Size

func (m *Rds) XXX_Size() int

func (*Rds) XXX_Unmarshal

func (m *Rds) XXX_Unmarshal(b []byte) error

type Static

type Static struct {
	RepositoryUrls       []string `protobuf:"bytes,1,rep,name=repository_urls,json=repositoryUrls,proto3" json:"repository_urls,omitempty"`
	Clone                *Clone   `protobuf:"bytes,2,opt,name=clone,proto3" json:"clone,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Static) Descriptor

func (*Static) Descriptor() ([]byte, []int)

func (*Static) GetClone added in v0.1.0

func (m *Static) GetClone() *Clone

func (*Static) GetRepositoryUrls

func (m *Static) GetRepositoryUrls() []string

func (*Static) ProtoMessage

func (*Static) ProtoMessage()

func (*Static) Reset

func (m *Static) Reset()

func (*Static) String

func (m *Static) String() string

func (*Static) XXX_DiscardUnknown

func (m *Static) XXX_DiscardUnknown()

func (*Static) XXX_Marshal

func (m *Static) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Static) XXX_Merge

func (m *Static) XXX_Merge(src proto.Message)

func (*Static) XXX_Size

func (m *Static) XXX_Size() int

func (*Static) XXX_Unmarshal

func (m *Static) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL