buckets_pb

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAPIServer

func RegisterAPIServer(s *grpc.Server, srv APIServer)

Types

type APIClient

type APIClient interface {
	Init(ctx context.Context, in *InitRequest, opts ...grpc.CallOption) (*InitReply, error)
	Links(ctx context.Context, in *LinksRequest, opts ...grpc.CallOption) (*LinksReply, error)
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListReply, error)
	ListPath(ctx context.Context, in *ListPathRequest, opts ...grpc.CallOption) (*ListPathReply, error)
	PushPath(ctx context.Context, opts ...grpc.CallOption) (API_PushPathClient, error)
	PullPath(ctx context.Context, in *PullPathRequest, opts ...grpc.CallOption) (API_PullPathClient, error)
	Remove(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveReply, error)
	RemovePath(ctx context.Context, in *RemovePathRequest, opts ...grpc.CallOption) (*RemovePathReply, error)
}

APIClient is the client API for API service.

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

func NewAPIClient

func NewAPIClient(cc *grpc.ClientConn) APIClient

type APIServer

APIServer is the server API for API service.

type API_PullPathClient

type API_PullPathClient interface {
	Recv() (*PullPathReply, error)
	grpc.ClientStream
}

type API_PullPathServer

type API_PullPathServer interface {
	Send(*PullPathReply) error
	grpc.ServerStream
}

type API_PushPathClient

type API_PushPathClient interface {
	Send(*PushPathRequest) error
	Recv() (*PushPathReply, error)
	grpc.ClientStream
}

type API_PushPathServer

type API_PushPathServer interface {
	Send(*PushPathReply) error
	Recv() (*PushPathRequest, error)
	grpc.ServerStream
}

type InitReply

type InitReply struct {
	Root                 *Root       `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	Links                *LinksReply `protobuf:"bytes,2,opt,name=links,proto3" json:"links,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*InitReply) Descriptor

func (*InitReply) Descriptor() ([]byte, []int)
func (m *InitReply) GetLinks() *LinksReply

func (*InitReply) GetRoot

func (m *InitReply) GetRoot() *Root

func (*InitReply) ProtoMessage

func (*InitReply) ProtoMessage()

func (*InitReply) Reset

func (m *InitReply) Reset()

func (*InitReply) String

func (m *InitReply) String() string

func (*InitReply) XXX_DiscardUnknown

func (m *InitReply) XXX_DiscardUnknown()

func (*InitReply) XXX_Marshal

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

func (*InitReply) XXX_Merge

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

func (*InitReply) XXX_Size

func (m *InitReply) XXX_Size() int

func (*InitReply) XXX_Unmarshal

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

type InitRequest

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

func (*InitRequest) Descriptor

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

func (*InitRequest) GetName

func (m *InitRequest) GetName() string

func (*InitRequest) ProtoMessage

func (*InitRequest) ProtoMessage()

func (*InitRequest) Reset

func (m *InitRequest) Reset()

func (*InitRequest) String

func (m *InitRequest) String() string

func (*InitRequest) XXX_DiscardUnknown

func (m *InitRequest) XXX_DiscardUnknown()

func (*InitRequest) XXX_Marshal

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

func (*InitRequest) XXX_Merge

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

func (*InitRequest) XXX_Size

func (m *InitRequest) XXX_Size() int

func (*InitRequest) XXX_Unmarshal

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

type LinksReply

type LinksReply struct {
	URL                  string   `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
	WWW                  string   `protobuf:"bytes,2,opt,name=WWW,proto3" json:"WWW,omitempty"`
	IPNS                 string   `protobuf:"bytes,3,opt,name=IPNS,proto3" json:"IPNS,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinksReply) Descriptor

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

func (*LinksReply) GetIPNS

func (m *LinksReply) GetIPNS() string

func (*LinksReply) GetURL

func (m *LinksReply) GetURL() string

func (*LinksReply) GetWWW

func (m *LinksReply) GetWWW() string

func (*LinksReply) ProtoMessage

func (*LinksReply) ProtoMessage()

func (*LinksReply) Reset

func (m *LinksReply) Reset()

func (*LinksReply) String

func (m *LinksReply) String() string

func (*LinksReply) XXX_DiscardUnknown

func (m *LinksReply) XXX_DiscardUnknown()

func (*LinksReply) XXX_Marshal

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

func (*LinksReply) XXX_Merge

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

func (*LinksReply) XXX_Size

func (m *LinksReply) XXX_Size() int

func (*LinksReply) XXX_Unmarshal

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

type LinksRequest

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

func (*LinksRequest) Descriptor

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

func (*LinksRequest) GetKey

func (m *LinksRequest) GetKey() string

func (*LinksRequest) ProtoMessage

func (*LinksRequest) ProtoMessage()

func (*LinksRequest) Reset

func (m *LinksRequest) Reset()

func (*LinksRequest) String

func (m *LinksRequest) String() string

func (*LinksRequest) XXX_DiscardUnknown

func (m *LinksRequest) XXX_DiscardUnknown()

func (*LinksRequest) XXX_Marshal

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

func (*LinksRequest) XXX_Merge

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

func (*LinksRequest) XXX_Size

func (m *LinksRequest) XXX_Size() int

func (*LinksRequest) XXX_Unmarshal

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

type ListPathReply

type ListPathReply struct {
	Item                 *ListPathReply_Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Root                 *Root               `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ListPathReply) Descriptor

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

func (*ListPathReply) GetItem

func (m *ListPathReply) GetItem() *ListPathReply_Item

func (*ListPathReply) GetRoot

func (m *ListPathReply) GetRoot() *Root

func (*ListPathReply) ProtoMessage

func (*ListPathReply) ProtoMessage()

func (*ListPathReply) Reset

func (m *ListPathReply) Reset()

func (*ListPathReply) String

func (m *ListPathReply) String() string

func (*ListPathReply) XXX_DiscardUnknown

func (m *ListPathReply) XXX_DiscardUnknown()

func (*ListPathReply) XXX_Marshal

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

func (*ListPathReply) XXX_Merge

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

func (*ListPathReply) XXX_Size

func (m *ListPathReply) XXX_Size() int

func (*ListPathReply) XXX_Unmarshal

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

type ListPathReply_Item

type ListPathReply_Item struct {
	Name                 string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string                `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Size                 int64                 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	IsDir                bool                  `protobuf:"varint,5,opt,name=isDir,proto3" json:"isDir,omitempty"`
	Items                []*ListPathReply_Item `protobuf:"bytes,6,rep,name=items,proto3" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListPathReply_Item) Descriptor

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

func (*ListPathReply_Item) GetIsDir

func (m *ListPathReply_Item) GetIsDir() bool

func (*ListPathReply_Item) GetItems

func (m *ListPathReply_Item) GetItems() []*ListPathReply_Item

func (*ListPathReply_Item) GetName

func (m *ListPathReply_Item) GetName() string

func (*ListPathReply_Item) GetPath

func (m *ListPathReply_Item) GetPath() string

func (*ListPathReply_Item) GetSize

func (m *ListPathReply_Item) GetSize() int64

func (*ListPathReply_Item) ProtoMessage

func (*ListPathReply_Item) ProtoMessage()

func (*ListPathReply_Item) Reset

func (m *ListPathReply_Item) Reset()

func (*ListPathReply_Item) String

func (m *ListPathReply_Item) String() string

func (*ListPathReply_Item) XXX_DiscardUnknown

func (m *ListPathReply_Item) XXX_DiscardUnknown()

func (*ListPathReply_Item) XXX_Marshal

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

func (*ListPathReply_Item) XXX_Merge

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

func (*ListPathReply_Item) XXX_Size

func (m *ListPathReply_Item) XXX_Size() int

func (*ListPathReply_Item) XXX_Unmarshal

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

type ListPathRequest

type ListPathRequest struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListPathRequest) Descriptor

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

func (*ListPathRequest) GetKey

func (m *ListPathRequest) GetKey() string

func (*ListPathRequest) GetPath

func (m *ListPathRequest) GetPath() string

func (*ListPathRequest) ProtoMessage

func (*ListPathRequest) ProtoMessage()

func (*ListPathRequest) Reset

func (m *ListPathRequest) Reset()

func (*ListPathRequest) String

func (m *ListPathRequest) String() string

func (*ListPathRequest) XXX_DiscardUnknown

func (m *ListPathRequest) XXX_DiscardUnknown()

func (*ListPathRequest) XXX_Marshal

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

func (*ListPathRequest) XXX_Merge

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

func (*ListPathRequest) XXX_Size

func (m *ListPathRequest) XXX_Size() int

func (*ListPathRequest) XXX_Unmarshal

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

type ListReply

type ListReply struct {
	Roots                []*Root  `protobuf:"bytes,1,rep,name=roots,proto3" json:"roots,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListReply) Descriptor

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

func (*ListReply) GetRoots

func (m *ListReply) GetRoots() []*Root

func (*ListReply) ProtoMessage

func (*ListReply) ProtoMessage()

func (*ListReply) Reset

func (m *ListReply) Reset()

func (*ListReply) String

func (m *ListReply) String() string

func (*ListReply) XXX_DiscardUnknown

func (m *ListReply) XXX_DiscardUnknown()

func (*ListReply) XXX_Marshal

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

func (*ListReply) XXX_Merge

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

func (*ListReply) XXX_Size

func (m *ListReply) XXX_Size() int

func (*ListReply) XXX_Unmarshal

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

type ListRequest

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

func (*ListRequest) Descriptor

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

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) Reset

func (m *ListRequest) Reset()

func (*ListRequest) String

func (m *ListRequest) String() string

func (*ListRequest) XXX_DiscardUnknown

func (m *ListRequest) XXX_DiscardUnknown()

func (*ListRequest) XXX_Marshal

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

func (*ListRequest) XXX_Merge

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

func (*ListRequest) XXX_Size

func (m *ListRequest) XXX_Size() int

func (*ListRequest) XXX_Unmarshal

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

type PullPathReply

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

func (*PullPathReply) Descriptor

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

func (*PullPathReply) GetChunk

func (m *PullPathReply) GetChunk() []byte

func (*PullPathReply) ProtoMessage

func (*PullPathReply) ProtoMessage()

func (*PullPathReply) Reset

func (m *PullPathReply) Reset()

func (*PullPathReply) String

func (m *PullPathReply) String() string

func (*PullPathReply) XXX_DiscardUnknown

func (m *PullPathReply) XXX_DiscardUnknown()

func (*PullPathReply) XXX_Marshal

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

func (*PullPathReply) XXX_Merge

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

func (*PullPathReply) XXX_Size

func (m *PullPathReply) XXX_Size() int

func (*PullPathReply) XXX_Unmarshal

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

type PullPathRequest

type PullPathRequest struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PullPathRequest) Descriptor

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

func (*PullPathRequest) GetKey

func (m *PullPathRequest) GetKey() string

func (*PullPathRequest) GetPath

func (m *PullPathRequest) GetPath() string

func (*PullPathRequest) ProtoMessage

func (*PullPathRequest) ProtoMessage()

func (*PullPathRequest) Reset

func (m *PullPathRequest) Reset()

func (*PullPathRequest) String

func (m *PullPathRequest) String() string

func (*PullPathRequest) XXX_DiscardUnknown

func (m *PullPathRequest) XXX_DiscardUnknown()

func (*PullPathRequest) XXX_Marshal

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

func (*PullPathRequest) XXX_Merge

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

func (*PullPathRequest) XXX_Size

func (m *PullPathRequest) XXX_Size() int

func (*PullPathRequest) XXX_Unmarshal

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

type PushPathReply

type PushPathReply struct {
	// Types that are valid to be assigned to Payload:
	//	*PushPathReply_Event_
	//	*PushPathReply_Error
	Payload              isPushPathReply_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PushPathReply) Descriptor

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

func (*PushPathReply) GetError

func (m *PushPathReply) GetError() string

func (*PushPathReply) GetEvent

func (m *PushPathReply) GetEvent() *PushPathReply_Event

func (*PushPathReply) GetPayload

func (m *PushPathReply) GetPayload() isPushPathReply_Payload

func (*PushPathReply) ProtoMessage

func (*PushPathReply) ProtoMessage()

func (*PushPathReply) Reset

func (m *PushPathReply) Reset()

func (*PushPathReply) String

func (m *PushPathReply) String() string

func (*PushPathReply) XXX_DiscardUnknown

func (m *PushPathReply) XXX_DiscardUnknown()

func (*PushPathReply) XXX_Marshal

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

func (*PushPathReply) XXX_Merge

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

func (*PushPathReply) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*PushPathReply) XXX_Size

func (m *PushPathReply) XXX_Size() int

func (*PushPathReply) XXX_Unmarshal

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

type PushPathReply_Error

type PushPathReply_Error struct {
	Error string `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type PushPathReply_Event

type PushPathReply_Event struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Bytes                int64    `protobuf:"varint,3,opt,name=bytes,proto3" json:"bytes,omitempty"`
	Size                 string   `protobuf:"bytes,4,opt,name=size,proto3" json:"size,omitempty"`
	Root                 *Root    `protobuf:"bytes,5,opt,name=root,proto3" json:"root,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushPathReply_Event) Descriptor

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

func (*PushPathReply_Event) GetBytes

func (m *PushPathReply_Event) GetBytes() int64

func (*PushPathReply_Event) GetName

func (m *PushPathReply_Event) GetName() string

func (*PushPathReply_Event) GetPath

func (m *PushPathReply_Event) GetPath() string

func (*PushPathReply_Event) GetRoot

func (m *PushPathReply_Event) GetRoot() *Root

func (*PushPathReply_Event) GetSize

func (m *PushPathReply_Event) GetSize() string

func (*PushPathReply_Event) ProtoMessage

func (*PushPathReply_Event) ProtoMessage()

func (*PushPathReply_Event) Reset

func (m *PushPathReply_Event) Reset()

func (*PushPathReply_Event) String

func (m *PushPathReply_Event) String() string

func (*PushPathReply_Event) XXX_DiscardUnknown

func (m *PushPathReply_Event) XXX_DiscardUnknown()

func (*PushPathReply_Event) XXX_Marshal

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

func (*PushPathReply_Event) XXX_Merge

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

func (*PushPathReply_Event) XXX_Size

func (m *PushPathReply_Event) XXX_Size() int

func (*PushPathReply_Event) XXX_Unmarshal

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

type PushPathReply_Event_

type PushPathReply_Event_ struct {
	Event *PushPathReply_Event `protobuf:"bytes,1,opt,name=event,proto3,oneof"`
}

type PushPathRequest

type PushPathRequest struct {
	// Types that are valid to be assigned to Payload:
	//	*PushPathRequest_Header_
	//	*PushPathRequest_Chunk
	Payload              isPushPathRequest_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*PushPathRequest) Descriptor

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

func (*PushPathRequest) GetChunk

func (m *PushPathRequest) GetChunk() []byte

func (*PushPathRequest) GetHeader

func (m *PushPathRequest) GetHeader() *PushPathRequest_Header

func (*PushPathRequest) GetPayload

func (m *PushPathRequest) GetPayload() isPushPathRequest_Payload

func (*PushPathRequest) ProtoMessage

func (*PushPathRequest) ProtoMessage()

func (*PushPathRequest) Reset

func (m *PushPathRequest) Reset()

func (*PushPathRequest) String

func (m *PushPathRequest) String() string

func (*PushPathRequest) XXX_DiscardUnknown

func (m *PushPathRequest) XXX_DiscardUnknown()

func (*PushPathRequest) XXX_Marshal

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

func (*PushPathRequest) XXX_Merge

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

func (*PushPathRequest) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*PushPathRequest) XXX_Size

func (m *PushPathRequest) XXX_Size() int

func (*PushPathRequest) XXX_Unmarshal

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

type PushPathRequest_Chunk

type PushPathRequest_Chunk struct {
	Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"`
}

type PushPathRequest_Header

type PushPathRequest_Header struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushPathRequest_Header) Descriptor

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

func (*PushPathRequest_Header) GetKey

func (m *PushPathRequest_Header) GetKey() string

func (*PushPathRequest_Header) GetPath

func (m *PushPathRequest_Header) GetPath() string

func (*PushPathRequest_Header) ProtoMessage

func (*PushPathRequest_Header) ProtoMessage()

func (*PushPathRequest_Header) Reset

func (m *PushPathRequest_Header) Reset()

func (*PushPathRequest_Header) String

func (m *PushPathRequest_Header) String() string

func (*PushPathRequest_Header) XXX_DiscardUnknown

func (m *PushPathRequest_Header) XXX_DiscardUnknown()

func (*PushPathRequest_Header) XXX_Marshal

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

func (*PushPathRequest_Header) XXX_Merge

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

func (*PushPathRequest_Header) XXX_Size

func (m *PushPathRequest_Header) XXX_Size() int

func (*PushPathRequest_Header) XXX_Unmarshal

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

type PushPathRequest_Header_

type PushPathRequest_Header_ struct {
	Header *PushPathRequest_Header `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type RemovePathReply

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

func (*RemovePathReply) Descriptor

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

func (*RemovePathReply) ProtoMessage

func (*RemovePathReply) ProtoMessage()

func (*RemovePathReply) Reset

func (m *RemovePathReply) Reset()

func (*RemovePathReply) String

func (m *RemovePathReply) String() string

func (*RemovePathReply) XXX_DiscardUnknown

func (m *RemovePathReply) XXX_DiscardUnknown()

func (*RemovePathReply) XXX_Marshal

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

func (*RemovePathReply) XXX_Merge

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

func (*RemovePathReply) XXX_Size

func (m *RemovePathReply) XXX_Size() int

func (*RemovePathReply) XXX_Unmarshal

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

type RemovePathRequest

type RemovePathRequest struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemovePathRequest) Descriptor

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

func (*RemovePathRequest) GetKey

func (m *RemovePathRequest) GetKey() string

func (*RemovePathRequest) GetPath

func (m *RemovePathRequest) GetPath() string

func (*RemovePathRequest) ProtoMessage

func (*RemovePathRequest) ProtoMessage()

func (*RemovePathRequest) Reset

func (m *RemovePathRequest) Reset()

func (*RemovePathRequest) String

func (m *RemovePathRequest) String() string

func (*RemovePathRequest) XXX_DiscardUnknown

func (m *RemovePathRequest) XXX_DiscardUnknown()

func (*RemovePathRequest) XXX_Marshal

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

func (*RemovePathRequest) XXX_Merge

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

func (*RemovePathRequest) XXX_Size

func (m *RemovePathRequest) XXX_Size() int

func (*RemovePathRequest) XXX_Unmarshal

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

type RemoveReply

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

func (*RemoveReply) Descriptor

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

func (*RemoveReply) ProtoMessage

func (*RemoveReply) ProtoMessage()

func (*RemoveReply) Reset

func (m *RemoveReply) Reset()

func (*RemoveReply) String

func (m *RemoveReply) String() string

func (*RemoveReply) XXX_DiscardUnknown

func (m *RemoveReply) XXX_DiscardUnknown()

func (*RemoveReply) XXX_Marshal

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

func (*RemoveReply) XXX_Merge

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

func (*RemoveReply) XXX_Size

func (m *RemoveReply) XXX_Size() int

func (*RemoveReply) XXX_Unmarshal

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

type RemoveRequest

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

func (*RemoveRequest) Descriptor

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

func (*RemoveRequest) GetKey

func (m *RemoveRequest) GetKey() string

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) Reset

func (m *RemoveRequest) Reset()

func (*RemoveRequest) String

func (m *RemoveRequest) String() string

func (*RemoveRequest) XXX_DiscardUnknown

func (m *RemoveRequest) XXX_DiscardUnknown()

func (*RemoveRequest) XXX_Marshal

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

func (*RemoveRequest) XXX_Merge

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

func (*RemoveRequest) XXX_Size

func (m *RemoveRequest) XXX_Size() int

func (*RemoveRequest) XXX_Unmarshal

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

type Root

type Root struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string   `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	CreatedAt            int64    `protobuf:"varint,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            int64    `protobuf:"varint,5,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Root) Descriptor

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

func (*Root) GetCreatedAt

func (m *Root) GetCreatedAt() int64

func (*Root) GetKey

func (m *Root) GetKey() string

func (*Root) GetName

func (m *Root) GetName() string

func (*Root) GetPath

func (m *Root) GetPath() string

func (*Root) GetUpdatedAt

func (m *Root) GetUpdatedAt() int64

func (*Root) ProtoMessage

func (*Root) ProtoMessage()

func (*Root) Reset

func (m *Root) Reset()

func (*Root) String

func (m *Root) String() string

func (*Root) XXX_DiscardUnknown

func (m *Root) XXX_DiscardUnknown()

func (*Root) XXX_Marshal

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

func (*Root) XXX_Merge

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

func (*Root) XXX_Size

func (m *Root) XXX_Size() int

func (*Root) XXX_Unmarshal

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

type UnimplementedAPIServer

type UnimplementedAPIServer struct {
}

UnimplementedAPIServer can be embedded to have forward compatible implementations.

func (*UnimplementedAPIServer) Init

func (*UnimplementedAPIServer) List

func (*UnimplementedAPIServer) ListPath

func (*UnimplementedAPIServer) PullPath

func (*UnimplementedAPIServer) PushPath

func (*UnimplementedAPIServer) Remove

func (*UnimplementedAPIServer) RemovePath

Jump to

Keyboard shortcuts

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