Documentation ¶
Overview ¶
Package rpcs contains implementation of pRPC services.
Index ¶
- type Actuations
- type Assets
- func (*Assets) GetAsset(ctx context.Context, req *rpcpb.GetAssetRequest) (resp *modelpb.Asset, err error)
- func (*Assets) ListAssetHistory(ctx context.Context, req *rpcpb.ListAssetHistoryRequest) (resp *rpcpb.ListAssetHistoryResponse, err error)
- func (*Assets) ListAssets(ctx context.Context, req *rpcpb.ListAssetsRequest) (resp *rpcpb.ListAssetsResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actuations ¶
type Actuations struct {
rpcpb.UnimplementedActuationsServer
}
Actuations is an implementation of deploy.service.Actuations service.
func (*Actuations) BeginActuation ¶
func (srv *Actuations) BeginActuation(ctx context.Context, req *rpcpb.BeginActuationRequest) (resp *rpcpb.BeginActuationResponse, err error)
BeginActuation implements the corresponding RPC method.
func (*Actuations) EndActuation ¶
func (srv *Actuations) EndActuation(ctx context.Context, req *rpcpb.EndActuationRequest) (resp *rpcpb.EndActuationResponse, err error)
EndActuation implements the corresponding RPC method.
type Assets ¶
type Assets struct {
rpcpb.UnimplementedAssetsServer
}
Assets is the implementation of deploy.service.Assets service.
func (*Assets) GetAsset ¶
func (*Assets) GetAsset(ctx context.Context, req *rpcpb.GetAssetRequest) (resp *modelpb.Asset, err error)
GetAsset implements the corresponding RPC method.
func (*Assets) ListAssetHistory ¶
func (*Assets) ListAssetHistory(ctx context.Context, req *rpcpb.ListAssetHistoryRequest) (resp *rpcpb.ListAssetHistoryResponse, err error)
ListAssetHistory implements the corresponding RPC method.
func (*Assets) ListAssets ¶
func (*Assets) ListAssets(ctx context.Context, req *rpcpb.ListAssetsRequest) (resp *rpcpb.ListAssetsResponse, err error)
ListAssets implements the corresponding RPC method.
Click to show internal directories.
Click to hide internal directories.