server

package
v5.1.1-release+incompa... Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2019 License: LGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuntimeServer

type RuntimeServer struct {
	// contains filtered or unexported fields
}

RuntimeServer app runtime grpc server

func CreaterRuntimeServer

func CreaterRuntimeServer(conf option.Config,
	store store.Storer,
	updateCh *channels.RingChannel) *RuntimeServer

CreaterRuntimeServer create a runtime grpc server

func (*RuntimeServer) AddThirdPartyEndpoint

func (r *RuntimeServer) AddThirdPartyEndpoint(ctx context.Context, re *pb.AddThirdPartyEndpointsReq) (*pb.Empty, error)

AddThirdPartyEndpoint creates a create event.

func (*RuntimeServer) DelThirdPartyEndpoint

func (r *RuntimeServer) DelThirdPartyEndpoint(ctx context.Context, re *pb.DelThirdPartyEndpointsReq) (*pb.Empty, error)

DelThirdPartyEndpoint creates a delete event.

func (*RuntimeServer) GetAppPods

GetAppPods get app pod list

func (*RuntimeServer) GetAppStatus

func (r *RuntimeServer) GetAppStatus(ctx context.Context, re *pb.ServicesRequest) (*pb.StatusMessage, error)

GetAppStatus get app service status

func (*RuntimeServer) GetDeployInfo

func (r *RuntimeServer) GetDeployInfo(ctx context.Context, re *pb.ServiceRequest) (*pb.DeployInfo, error)

GetDeployInfo get deploy info

func (*RuntimeServer) GetTenantResource

func (r *RuntimeServer) GetTenantResource(ctx context.Context, re *pb.TenantRequest) (*pb.TenantResource, error)

GetTenantResource get tenant resource if TenantId is "" will return the sum of the all tenant

func (*RuntimeServer) ListThirdPartyEndpoints

func (r *RuntimeServer) ListThirdPartyEndpoints(ctx context.Context, re *pb.ServiceRequest) (*pb.ThirdPartyEndpoints, error)

ListThirdPartyEndpoints returns a collection of third-part endpoints.

func (*RuntimeServer) Start

func (r *RuntimeServer) Start(errchan chan error)

Start start runtime server

func (*RuntimeServer) UpdThirdPartyEndpoint

func (r *RuntimeServer) UpdThirdPartyEndpoint(ctx context.Context, re *pb.UpdThirdPartyEndpointsReq) (*pb.Empty, error)

UpdThirdPartyEndpoint creates a update event.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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