remote

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRemoteServer

func RegisterRemoteServer(s *grpc.Server, srv RemoteServer)

Types

type Commit added in v0.2.0

type Commit struct {
	Id                   string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Properties           *_struct.Struct `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Commit) Descriptor added in v0.2.0

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

func (*Commit) GetId added in v0.2.0

func (m *Commit) GetId() string

func (*Commit) GetProperties added in v0.2.0

func (m *Commit) GetProperties() *_struct.Struct

func (*Commit) ProtoMessage added in v0.2.0

func (*Commit) ProtoMessage()

func (*Commit) Reset added in v0.2.0

func (m *Commit) Reset()

func (*Commit) String added in v0.2.0

func (m *Commit) String() string

func (*Commit) XXX_DiscardUnknown added in v0.2.0

func (m *Commit) XXX_DiscardUnknown()

func (*Commit) XXX_Marshal added in v0.2.0

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

func (*Commit) XXX_Merge added in v0.2.0

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

func (*Commit) XXX_Size added in v0.2.0

func (m *Commit) XXX_Size() int

func (*Commit) XXX_Unmarshal added in v0.2.0

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

type FromURLRequest added in v0.2.0

type FromURLRequest struct {
	Url                  string            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Properties           map[string]string `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*FromURLRequest) Descriptor added in v0.2.0

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

func (*FromURLRequest) GetProperties added in v0.2.0

func (m *FromURLRequest) GetProperties() map[string]string

func (*FromURLRequest) GetUrl added in v0.2.0

func (m *FromURLRequest) GetUrl() string

func (*FromURLRequest) ProtoMessage added in v0.2.0

func (*FromURLRequest) ProtoMessage()

func (*FromURLRequest) Reset added in v0.2.0

func (m *FromURLRequest) Reset()

func (*FromURLRequest) String added in v0.2.0

func (m *FromURLRequest) String() string

func (*FromURLRequest) XXX_DiscardUnknown added in v0.2.0

func (m *FromURLRequest) XXX_DiscardUnknown()

func (*FromURLRequest) XXX_Marshal added in v0.2.0

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

func (*FromURLRequest) XXX_Merge added in v0.2.0

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

func (*FromURLRequest) XXX_Size added in v0.2.0

func (m *FromURLRequest) XXX_Size() int

func (*FromURLRequest) XXX_Unmarshal added in v0.2.0

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

type FromURLResponse added in v0.2.0

type FromURLResponse struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*FromURLResponse) Descriptor added in v0.2.0

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

func (*FromURLResponse) GetRemote added in v0.2.0

func (m *FromURLResponse) GetRemote() *_struct.Struct

func (*FromURLResponse) ProtoMessage added in v0.2.0

func (*FromURLResponse) ProtoMessage()

func (*FromURLResponse) Reset added in v0.2.0

func (m *FromURLResponse) Reset()

func (*FromURLResponse) String added in v0.2.0

func (m *FromURLResponse) String() string

func (*FromURLResponse) XXX_DiscardUnknown added in v0.2.0

func (m *FromURLResponse) XXX_DiscardUnknown()

func (*FromURLResponse) XXX_Marshal added in v0.2.0

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

func (*FromURLResponse) XXX_Merge added in v0.2.0

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

func (*FromURLResponse) XXX_Size added in v0.2.0

func (m *FromURLResponse) XXX_Size() int

func (*FromURLResponse) XXX_Unmarshal added in v0.2.0

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

type GetCommitRequest added in v0.2.0

type GetCommitRequest struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	Parameters           *_struct.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"`
	CommitId             string          `protobuf:"bytes,3,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetCommitRequest) Descriptor added in v0.2.0

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

func (*GetCommitRequest) GetCommitId added in v0.2.0

func (m *GetCommitRequest) GetCommitId() string

func (*GetCommitRequest) GetParameters added in v0.2.0

func (m *GetCommitRequest) GetParameters() *_struct.Struct

func (*GetCommitRequest) GetRemote added in v0.2.0

func (m *GetCommitRequest) GetRemote() *_struct.Struct

func (*GetCommitRequest) ProtoMessage added in v0.2.0

func (*GetCommitRequest) ProtoMessage()

func (*GetCommitRequest) Reset added in v0.2.0

func (m *GetCommitRequest) Reset()

func (*GetCommitRequest) String added in v0.2.0

func (m *GetCommitRequest) String() string

func (*GetCommitRequest) XXX_DiscardUnknown added in v0.2.0

func (m *GetCommitRequest) XXX_DiscardUnknown()

func (*GetCommitRequest) XXX_Marshal added in v0.2.0

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

func (*GetCommitRequest) XXX_Merge added in v0.2.0

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

func (*GetCommitRequest) XXX_Size added in v0.2.0

func (m *GetCommitRequest) XXX_Size() int

func (*GetCommitRequest) XXX_Unmarshal added in v0.2.0

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

type GetCommitResponse added in v0.2.0

type GetCommitResponse struct {
	// Types that are valid to be assigned to Commit:
	//	*GetCommitResponse_CommitNull
	//	*GetCommitResponse_CommitValue
	Commit               isGetCommitResponse_Commit `protobuf_oneof:"commit"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*GetCommitResponse) Descriptor added in v0.2.0

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

func (*GetCommitResponse) GetCommit added in v0.2.0

func (m *GetCommitResponse) GetCommit() isGetCommitResponse_Commit

func (*GetCommitResponse) GetCommitNull added in v0.2.0

func (m *GetCommitResponse) GetCommitNull() bool

func (*GetCommitResponse) GetCommitValue added in v0.2.0

func (m *GetCommitResponse) GetCommitValue() *Commit

func (*GetCommitResponse) ProtoMessage added in v0.2.0

func (*GetCommitResponse) ProtoMessage()

func (*GetCommitResponse) Reset added in v0.2.0

func (m *GetCommitResponse) Reset()

func (*GetCommitResponse) String added in v0.2.0

func (m *GetCommitResponse) String() string

func (*GetCommitResponse) XXX_DiscardUnknown added in v0.2.0

func (m *GetCommitResponse) XXX_DiscardUnknown()

func (*GetCommitResponse) XXX_Marshal added in v0.2.0

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

func (*GetCommitResponse) XXX_Merge added in v0.2.0

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

func (*GetCommitResponse) XXX_OneofWrappers added in v0.2.0

func (*GetCommitResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*GetCommitResponse) XXX_Size added in v0.2.0

func (m *GetCommitResponse) XXX_Size() int

func (*GetCommitResponse) XXX_Unmarshal added in v0.2.0

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

type GetCommitResponse_CommitNull added in v0.2.0

type GetCommitResponse_CommitNull struct {
	CommitNull bool `protobuf:"varint,1,opt,name=commit_null,json=commitNull,proto3,oneof"`
}

type GetCommitResponse_CommitValue added in v0.2.0

type GetCommitResponse_CommitValue struct {
	CommitValue *Commit `protobuf:"bytes,2,opt,name=commit_value,json=commitValue,proto3,oneof"`
}

type GetParametersRequest added in v0.2.0

type GetParametersRequest struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetParametersRequest) Descriptor added in v0.2.0

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

func (*GetParametersRequest) GetRemote added in v0.2.0

func (m *GetParametersRequest) GetRemote() *_struct.Struct

func (*GetParametersRequest) ProtoMessage added in v0.2.0

func (*GetParametersRequest) ProtoMessage()

func (*GetParametersRequest) Reset added in v0.2.0

func (m *GetParametersRequest) Reset()

func (*GetParametersRequest) String added in v0.2.0

func (m *GetParametersRequest) String() string

func (*GetParametersRequest) XXX_DiscardUnknown added in v0.2.0

func (m *GetParametersRequest) XXX_DiscardUnknown()

func (*GetParametersRequest) XXX_Marshal added in v0.2.0

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

func (*GetParametersRequest) XXX_Merge added in v0.2.0

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

func (*GetParametersRequest) XXX_Size added in v0.2.0

func (m *GetParametersRequest) XXX_Size() int

func (*GetParametersRequest) XXX_Unmarshal added in v0.2.0

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

type GetParametersResponse added in v0.2.0

type GetParametersResponse struct {
	Parameters           *_struct.Struct `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetParametersResponse) Descriptor added in v0.2.0

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

func (*GetParametersResponse) GetParameters added in v0.2.0

func (m *GetParametersResponse) GetParameters() *_struct.Struct

func (*GetParametersResponse) ProtoMessage added in v0.2.0

func (*GetParametersResponse) ProtoMessage()

func (*GetParametersResponse) Reset added in v0.2.0

func (m *GetParametersResponse) Reset()

func (*GetParametersResponse) String added in v0.2.0

func (m *GetParametersResponse) String() string

func (*GetParametersResponse) XXX_DiscardUnknown added in v0.2.0

func (m *GetParametersResponse) XXX_DiscardUnknown()

func (*GetParametersResponse) XXX_Marshal added in v0.2.0

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

func (*GetParametersResponse) XXX_Merge added in v0.2.0

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

func (*GetParametersResponse) XXX_Size added in v0.2.0

func (m *GetParametersResponse) XXX_Size() int

func (*GetParametersResponse) XXX_Unmarshal added in v0.2.0

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

type GetTypeRequest added in v0.2.0

type GetTypeRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTypeRequest) Descriptor added in v0.2.0

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

func (*GetTypeRequest) ProtoMessage added in v0.2.0

func (*GetTypeRequest) ProtoMessage()

func (*GetTypeRequest) Reset added in v0.2.0

func (m *GetTypeRequest) Reset()

func (*GetTypeRequest) String added in v0.2.0

func (m *GetTypeRequest) String() string

func (*GetTypeRequest) XXX_DiscardUnknown added in v0.2.0

func (m *GetTypeRequest) XXX_DiscardUnknown()

func (*GetTypeRequest) XXX_Marshal added in v0.2.0

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

func (*GetTypeRequest) XXX_Merge added in v0.2.0

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

func (*GetTypeRequest) XXX_Size added in v0.2.0

func (m *GetTypeRequest) XXX_Size() int

func (*GetTypeRequest) XXX_Unmarshal added in v0.2.0

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

type GetTypeResponse added in v0.2.0

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

func (*GetTypeResponse) Descriptor added in v0.2.0

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

func (*GetTypeResponse) GetType added in v0.2.0

func (m *GetTypeResponse) GetType() string

func (*GetTypeResponse) ProtoMessage added in v0.2.0

func (*GetTypeResponse) ProtoMessage()

func (*GetTypeResponse) Reset added in v0.2.0

func (m *GetTypeResponse) Reset()

func (*GetTypeResponse) String added in v0.2.0

func (m *GetTypeResponse) String() string

func (*GetTypeResponse) XXX_DiscardUnknown added in v0.2.0

func (m *GetTypeResponse) XXX_DiscardUnknown()

func (*GetTypeResponse) XXX_Marshal added in v0.2.0

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

func (*GetTypeResponse) XXX_Merge added in v0.2.0

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

func (*GetTypeResponse) XXX_Size added in v0.2.0

func (m *GetTypeResponse) XXX_Size() int

func (*GetTypeResponse) XXX_Unmarshal added in v0.2.0

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

type ListCommitRequest added in v0.2.0

type ListCommitRequest struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	Parameters           *_struct.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Tags                 []*Tag          `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListCommitRequest) Descriptor added in v0.2.0

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

func (*ListCommitRequest) GetParameters added in v0.2.0

func (m *ListCommitRequest) GetParameters() *_struct.Struct

func (*ListCommitRequest) GetRemote added in v0.2.0

func (m *ListCommitRequest) GetRemote() *_struct.Struct

func (*ListCommitRequest) GetTags added in v0.2.0

func (m *ListCommitRequest) GetTags() []*Tag

func (*ListCommitRequest) ProtoMessage added in v0.2.0

func (*ListCommitRequest) ProtoMessage()

func (*ListCommitRequest) Reset added in v0.2.0

func (m *ListCommitRequest) Reset()

func (*ListCommitRequest) String added in v0.2.0

func (m *ListCommitRequest) String() string

func (*ListCommitRequest) XXX_DiscardUnknown added in v0.2.0

func (m *ListCommitRequest) XXX_DiscardUnknown()

func (*ListCommitRequest) XXX_Marshal added in v0.2.0

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

func (*ListCommitRequest) XXX_Merge added in v0.2.0

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

func (*ListCommitRequest) XXX_Size added in v0.2.0

func (m *ListCommitRequest) XXX_Size() int

func (*ListCommitRequest) XXX_Unmarshal added in v0.2.0

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

type ListCommitResponse added in v0.2.0

type ListCommitResponse struct {
	Commits              []*Commit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListCommitResponse) Descriptor added in v0.2.0

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

func (*ListCommitResponse) GetCommits added in v0.2.0

func (m *ListCommitResponse) GetCommits() []*Commit

func (*ListCommitResponse) ProtoMessage added in v0.2.0

func (*ListCommitResponse) ProtoMessage()

func (*ListCommitResponse) Reset added in v0.2.0

func (m *ListCommitResponse) Reset()

func (*ListCommitResponse) String added in v0.2.0

func (m *ListCommitResponse) String() string

func (*ListCommitResponse) XXX_DiscardUnknown added in v0.2.0

func (m *ListCommitResponse) XXX_DiscardUnknown()

func (*ListCommitResponse) XXX_Marshal added in v0.2.0

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

func (*ListCommitResponse) XXX_Merge added in v0.2.0

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

func (*ListCommitResponse) XXX_Size added in v0.2.0

func (m *ListCommitResponse) XXX_Size() int

func (*ListCommitResponse) XXX_Unmarshal added in v0.2.0

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

type RemoteClient

RemoteClient is the client API for Remote service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRemoteClient

func NewRemoteClient(cc *grpc.ClientConn) RemoteClient

type Tag added in v0.2.0

type Tag struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Types that are valid to be assigned to Value:
	//	*Tag_ValueNull
	//	*Tag_ValueString
	Value                isTag_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Tag) Descriptor added in v0.2.0

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

func (*Tag) GetKey added in v0.2.0

func (m *Tag) GetKey() string

func (*Tag) GetValue added in v0.2.0

func (m *Tag) GetValue() isTag_Value

func (*Tag) GetValueNull added in v0.2.0

func (m *Tag) GetValueNull() bool

func (*Tag) GetValueString added in v0.2.0

func (m *Tag) GetValueString() string

func (*Tag) ProtoMessage added in v0.2.0

func (*Tag) ProtoMessage()

func (*Tag) Reset added in v0.2.0

func (m *Tag) Reset()

func (*Tag) String added in v0.2.0

func (m *Tag) String() string

func (*Tag) XXX_DiscardUnknown added in v0.2.0

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal added in v0.2.0

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

func (*Tag) XXX_Merge added in v0.2.0

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

func (*Tag) XXX_OneofWrappers added in v0.2.0

func (*Tag) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Tag) XXX_Size added in v0.2.0

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal added in v0.2.0

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

type Tag_ValueNull added in v0.2.0

type Tag_ValueNull struct {
	ValueNull bool `protobuf:"varint,2,opt,name=value_null,json=valueNull,proto3,oneof"`
}

type Tag_ValueString added in v0.2.0

type Tag_ValueString struct {
	ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3,oneof"`
}

type ToURLRequest added in v0.2.0

type ToURLRequest struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ToURLRequest) Descriptor added in v0.2.0

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

func (*ToURLRequest) GetRemote added in v0.2.0

func (m *ToURLRequest) GetRemote() *_struct.Struct

func (*ToURLRequest) ProtoMessage added in v0.2.0

func (*ToURLRequest) ProtoMessage()

func (*ToURLRequest) Reset added in v0.2.0

func (m *ToURLRequest) Reset()

func (*ToURLRequest) String added in v0.2.0

func (m *ToURLRequest) String() string

func (*ToURLRequest) XXX_DiscardUnknown added in v0.2.0

func (m *ToURLRequest) XXX_DiscardUnknown()

func (*ToURLRequest) XXX_Marshal added in v0.2.0

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

func (*ToURLRequest) XXX_Merge added in v0.2.0

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

func (*ToURLRequest) XXX_Size added in v0.2.0

func (m *ToURLRequest) XXX_Size() int

func (*ToURLRequest) XXX_Unmarshal added in v0.2.0

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

type ToURLResponse added in v0.2.0

type ToURLResponse struct {
	Url                  string            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Properties           map[string]string `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ToURLResponse) Descriptor added in v0.2.0

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

func (*ToURLResponse) GetProperties added in v0.2.0

func (m *ToURLResponse) GetProperties() map[string]string

func (*ToURLResponse) GetUrl added in v0.2.0

func (m *ToURLResponse) GetUrl() string

func (*ToURLResponse) ProtoMessage added in v0.2.0

func (*ToURLResponse) ProtoMessage()

func (*ToURLResponse) Reset added in v0.2.0

func (m *ToURLResponse) Reset()

func (*ToURLResponse) String added in v0.2.0

func (m *ToURLResponse) String() string

func (*ToURLResponse) XXX_DiscardUnknown added in v0.2.0

func (m *ToURLResponse) XXX_DiscardUnknown()

func (*ToURLResponse) XXX_Marshal added in v0.2.0

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

func (*ToURLResponse) XXX_Merge added in v0.2.0

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

func (*ToURLResponse) XXX_Size added in v0.2.0

func (m *ToURLResponse) XXX_Size() int

func (*ToURLResponse) XXX_Unmarshal added in v0.2.0

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

type UnimplementedRemoteServer

type UnimplementedRemoteServer struct {
}

UnimplementedRemoteServer can be embedded to have forward compatible implementations.

func (*UnimplementedRemoteServer) FromURL

func (*UnimplementedRemoteServer) GetCommit added in v0.2.0

func (*UnimplementedRemoteServer) GetParameters

func (*UnimplementedRemoteServer) GetType added in v0.2.0

func (*UnimplementedRemoteServer) ListCommits added in v0.2.0

func (*UnimplementedRemoteServer) ToURL

func (*UnimplementedRemoteServer) ValidateParameters added in v0.2.0

func (*UnimplementedRemoteServer) ValidateRemote added in v0.2.0

type ValidateParametersRequest added in v0.2.0

type ValidateParametersRequest struct {
	Parameters           *_struct.Struct `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ValidateParametersRequest) Descriptor added in v0.2.0

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

func (*ValidateParametersRequest) GetParameters added in v0.2.0

func (m *ValidateParametersRequest) GetParameters() *_struct.Struct

func (*ValidateParametersRequest) ProtoMessage added in v0.2.0

func (*ValidateParametersRequest) ProtoMessage()

func (*ValidateParametersRequest) Reset added in v0.2.0

func (m *ValidateParametersRequest) Reset()

func (*ValidateParametersRequest) String added in v0.2.0

func (m *ValidateParametersRequest) String() string

func (*ValidateParametersRequest) XXX_DiscardUnknown added in v0.2.0

func (m *ValidateParametersRequest) XXX_DiscardUnknown()

func (*ValidateParametersRequest) XXX_Marshal added in v0.2.0

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

func (*ValidateParametersRequest) XXX_Merge added in v0.2.0

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

func (*ValidateParametersRequest) XXX_Size added in v0.2.0

func (m *ValidateParametersRequest) XXX_Size() int

func (*ValidateParametersRequest) XXX_Unmarshal added in v0.2.0

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

type ValidateParametersResponse added in v0.2.0

type ValidateParametersResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidateParametersResponse) Descriptor added in v0.2.0

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

func (*ValidateParametersResponse) ProtoMessage added in v0.2.0

func (*ValidateParametersResponse) ProtoMessage()

func (*ValidateParametersResponse) Reset added in v0.2.0

func (m *ValidateParametersResponse) Reset()

func (*ValidateParametersResponse) String added in v0.2.0

func (m *ValidateParametersResponse) String() string

func (*ValidateParametersResponse) XXX_DiscardUnknown added in v0.2.0

func (m *ValidateParametersResponse) XXX_DiscardUnknown()

func (*ValidateParametersResponse) XXX_Marshal added in v0.2.0

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

func (*ValidateParametersResponse) XXX_Merge added in v0.2.0

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

func (*ValidateParametersResponse) XXX_Size added in v0.2.0

func (m *ValidateParametersResponse) XXX_Size() int

func (*ValidateParametersResponse) XXX_Unmarshal added in v0.2.0

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

type ValidateRemoteRequest added in v0.2.0

type ValidateRemoteRequest struct {
	Remote               *_struct.Struct `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ValidateRemoteRequest) Descriptor added in v0.2.0

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

func (*ValidateRemoteRequest) GetRemote added in v0.2.0

func (m *ValidateRemoteRequest) GetRemote() *_struct.Struct

func (*ValidateRemoteRequest) ProtoMessage added in v0.2.0

func (*ValidateRemoteRequest) ProtoMessage()

func (*ValidateRemoteRequest) Reset added in v0.2.0

func (m *ValidateRemoteRequest) Reset()

func (*ValidateRemoteRequest) String added in v0.2.0

func (m *ValidateRemoteRequest) String() string

func (*ValidateRemoteRequest) XXX_DiscardUnknown added in v0.2.0

func (m *ValidateRemoteRequest) XXX_DiscardUnknown()

func (*ValidateRemoteRequest) XXX_Marshal added in v0.2.0

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

func (*ValidateRemoteRequest) XXX_Merge added in v0.2.0

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

func (*ValidateRemoteRequest) XXX_Size added in v0.2.0

func (m *ValidateRemoteRequest) XXX_Size() int

func (*ValidateRemoteRequest) XXX_Unmarshal added in v0.2.0

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

type ValidateRemoteResponse added in v0.2.0

type ValidateRemoteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidateRemoteResponse) Descriptor added in v0.2.0

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

func (*ValidateRemoteResponse) ProtoMessage added in v0.2.0

func (*ValidateRemoteResponse) ProtoMessage()

func (*ValidateRemoteResponse) Reset added in v0.2.0

func (m *ValidateRemoteResponse) Reset()

func (*ValidateRemoteResponse) String added in v0.2.0

func (m *ValidateRemoteResponse) String() string

func (*ValidateRemoteResponse) XXX_DiscardUnknown added in v0.2.0

func (m *ValidateRemoteResponse) XXX_DiscardUnknown()

func (*ValidateRemoteResponse) XXX_Marshal added in v0.2.0

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

func (*ValidateRemoteResponse) XXX_Merge added in v0.2.0

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

func (*ValidateRemoteResponse) XXX_Size added in v0.2.0

func (m *ValidateRemoteResponse) XXX_Size() int

func (*ValidateRemoteResponse) XXX_Unmarshal added in v0.2.0

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

Jump to

Keyboard shortcuts

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