Versions in this module Expand all Collapse all v0 v0.3.0 Feb 18, 2018 v0.2.0 Dec 16, 2016 Changes in this version + func RegisterVersionIncrementalHandler(s server.Server, hdlr VersionIncrementalHandler, opts ...server.HandlerOption) + type DeleteRequest struct + ProjectName string + func (*DeleteRequest) Descriptor() ([]byte, []int) + func (*DeleteRequest) ProtoMessage() + func (m *DeleteRequest) GetProjectName() string + func (m *DeleteRequest) Reset() + func (m *DeleteRequest) String() string + type DeleteResponse struct + Status uint32 + func (*DeleteResponse) Descriptor() ([]byte, []int) + func (*DeleteResponse) ProtoMessage() + func (m *DeleteResponse) GetStatus() uint32 + func (m *DeleteResponse) Reset() + func (m *DeleteResponse) String() string + type GenerateRequest struct + ProjectName string + func (*GenerateRequest) Descriptor() ([]byte, []int) + func (*GenerateRequest) ProtoMessage() + func (m *GenerateRequest) GetProjectName() string + func (m *GenerateRequest) Reset() + func (m *GenerateRequest) String() string + type GenerateResponse struct + Version uint64 + func (*GenerateResponse) Descriptor() ([]byte, []int) + func (*GenerateResponse) ProtoMessage() + func (m *GenerateResponse) GetVersion() uint64 + func (m *GenerateResponse) Reset() + func (m *GenerateResponse) String() string + type UpdateRequest struct + ProjectName string + Version uint64 + func (*UpdateRequest) Descriptor() ([]byte, []int) + func (*UpdateRequest) ProtoMessage() + func (m *UpdateRequest) GetProjectName() string + func (m *UpdateRequest) GetVersion() uint64 + func (m *UpdateRequest) Reset() + func (m *UpdateRequest) String() string + type UpdateResponse struct + Status uint32 + func (*UpdateResponse) Descriptor() ([]byte, []int) + func (*UpdateResponse) ProtoMessage() + func (m *UpdateResponse) GetStatus() uint32 + func (m *UpdateResponse) Reset() + func (m *UpdateResponse) String() string + type VersionIncremental struct + func (h *VersionIncremental) Delete(ctx context.Context, in *DeleteRequest, out *DeleteResponse) error + func (h *VersionIncremental) Generate(ctx context.Context, in *GenerateRequest, out *GenerateResponse) error + func (h *VersionIncremental) Update(ctx context.Context, in *UpdateRequest, out *UpdateResponse) error + type VersionIncrementalClient interface + Delete func(ctx context.Context, in *DeleteRequest, opts ...client.CallOption) (*DeleteResponse, error) + Generate func(ctx context.Context, in *GenerateRequest, opts ...client.CallOption) (*GenerateResponse, error) + Update func(ctx context.Context, in *UpdateRequest, opts ...client.CallOption) (*UpdateResponse, error) + func NewVersionIncrementalClient(serviceName string, c client.Client) VersionIncrementalClient + type VersionIncrementalHandler interface + Delete func(context.Context, *DeleteRequest, *DeleteResponse) error + Generate func(context.Context, *GenerateRequest, *GenerateResponse) error + Update func(context.Context, *UpdateRequest, *UpdateResponse) error