Versions in this module Expand all Collapse all v0 v0.0.5 May 25, 2019 Changes in this version + type CloneConfiguration struct + Depth *wrappers.Int32Value + Overrides map[string]*CloneOverride + RepositoryRoot *wrappers.StringValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CloneConfiguration) Descriptor() ([]byte, []int) + func (*CloneConfiguration) ProtoMessage() + func (dst *CloneConfiguration) XXX_Merge(src proto.Message) + func (m *CloneConfiguration) GetDepth() *wrappers.Int32Value + func (m *CloneConfiguration) GetOverrides() map[string]*CloneOverride + func (m *CloneConfiguration) GetRepositoryRoot() *wrappers.StringValue + func (m *CloneConfiguration) Reset() + func (m *CloneConfiguration) String() string + func (m *CloneConfiguration) XXX_DiscardUnknown() + func (m *CloneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CloneConfiguration) XXX_Size() int + func (m *CloneConfiguration) XXX_Unmarshal(b []byte) error + type CloneOverride struct + Depth *wrappers.Int32Value + RepositoryRoot *wrappers.StringValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CloneOverride) Descriptor() ([]byte, []int) + func (*CloneOverride) ProtoMessage() + func (dst *CloneOverride) XXX_Merge(src proto.Message) + func (m *CloneOverride) GetDepth() *wrappers.Int32Value + func (m *CloneOverride) GetRepositoryRoot() *wrappers.StringValue + func (m *CloneOverride) Reset() + func (m *CloneOverride) String() string + func (m *CloneOverride) XXX_DiscardUnknown() + func (m *CloneOverride) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CloneOverride) XXX_Size() int + func (m *CloneOverride) XXX_Unmarshal(b []byte) error + type Configuration struct + Accounts []*config.Account + Clone *CloneConfiguration + Mount string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func Load(url string) (*Configuration, error) + func (*Configuration) Descriptor() ([]byte, []int) + func (*Configuration) ProtoMessage() + func (dst *Configuration) XXX_Merge(src proto.Message) + func (m *Configuration) GetAccounts() []*config.Account + func (m *Configuration) GetClone() *CloneConfiguration + func (m *Configuration) GetMount() string + func (m *Configuration) Reset() + func (m *Configuration) String() string + func (m *Configuration) XXX_DiscardUnknown() + func (m *Configuration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Configuration) XXX_Size() int + func (m *Configuration) XXX_Unmarshal(b []byte) error + type Parser = func([]byte) (*Configuration, error)