gitlab_pages_v1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2018 License: MIT Imports: 6 Imported by: 0

README

Auto-generated Go gRPC bindings for gitlab-pages

This Go package is used both by gitlab-pages to implement and test the admin service.

Documentation

Overview

Package gitlab_pages_v1 is a generated protocol buffer package.

It is generated from these files:

deploy.proto

It has these top-level messages:

DeleteSiteRequest
DeleteSiteResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterDeployServiceServer

func RegisterDeployServiceServer(s *grpc.Server, srv DeployServiceServer)

Types

type DeleteSiteRequest

type DeleteSiteRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
}

func (*DeleteSiteRequest) Descriptor

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

func (*DeleteSiteRequest) GetPath

func (m *DeleteSiteRequest) GetPath() string

func (*DeleteSiteRequest) ProtoMessage

func (*DeleteSiteRequest) ProtoMessage()

func (*DeleteSiteRequest) Reset

func (m *DeleteSiteRequest) Reset()

func (*DeleteSiteRequest) String

func (m *DeleteSiteRequest) String() string

type DeleteSiteResponse

type DeleteSiteResponse struct {
}

func (*DeleteSiteResponse) Descriptor

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

func (*DeleteSiteResponse) ProtoMessage

func (*DeleteSiteResponse) ProtoMessage()

func (*DeleteSiteResponse) Reset

func (m *DeleteSiteResponse) Reset()

func (*DeleteSiteResponse) String

func (m *DeleteSiteResponse) String() string

type DeployServiceClient

type DeployServiceClient interface {
	DeleteSite(ctx context.Context, in *DeleteSiteRequest, opts ...grpc.CallOption) (*google_protobuf.Empty, error)
}

func NewDeployServiceClient

func NewDeployServiceClient(cc *grpc.ClientConn) DeployServiceClient

type DeployServiceServer

type DeployServiceServer interface {
	DeleteSite(context.Context, *DeleteSiteRequest) (*google_protobuf.Empty, error)
}

Jump to

Keyboard shortcuts

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