Documentation
¶
Overview ¶
Package server implements a GRPC Server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntsPublishServer ¶
type AntsPublishServer struct {
// contains filtered or unexported fields
}
func NewAntsPublishServer ¶
func NewAntsPublishServer(options *metadata.ServerMetadata) (*AntsPublishServer, func(), error)
func (*AntsPublishServer) Publish ¶
func (ps *AntsPublishServer) Publish(ctx context.Context, req *api.PublishRequest) (*longrunning.Operation, error)
func (*AntsPublishServer) Start ¶
func (ps *AntsPublishServer) Start() error
Click to show internal directories.
Click to hide internal directories.