Documentation
¶
Index ¶
- type NetworkSlicingConfigServer
- func (s *NetworkSlicingConfigServer) DescribeContents(_ context.Context, req *pb.NetworkSlicingConfigDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *NetworkSlicingConfigServer) Equals(_ context.Context, req *pb.NetworkSlicingConfigEqualsRequest) (*pb.EqualsResponse, error)
- func (s *NetworkSlicingConfigServer) GetSliceInfo(_ context.Context, req *pb.NetworkSlicingConfigGetSliceInfoRequest) (*pb.GetSliceInfoResponse, error)
- func (s *NetworkSlicingConfigServer) GetUrspRules(_ context.Context, req *pb.GetUrspRulesRequest) (*pb.GetUrspRulesResponse, error)
- func (s *NetworkSlicingConfigServer) HashCode(_ context.Context, req *pb.NetworkSlicingConfigHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *NetworkSlicingConfigServer) NewNetworkSlicingConfig(_ context.Context, req *pb.NewNetworkSlicingConfigRequest) (*pb.NewNetworkSlicingConfigResponse, error)
- func (s *NetworkSlicingConfigServer) ToString(_ context.Context, req *pb.NetworkSlicingConfigToStringRequest) (*pb.ToStringResponse, error)
- func (s *NetworkSlicingConfigServer) WriteToParcel(_ context.Context, req *pb.NetworkSlicingConfigWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkSlicingConfigServer ¶
type NetworkSlicingConfigServer struct {
pb.UnimplementedNetworkSlicingConfigServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
NetworkSlicingConfigServer implements pb.NetworkSlicingConfigServiceServer.
func (*NetworkSlicingConfigServer) DescribeContents ¶
func (s *NetworkSlicingConfigServer) DescribeContents(_ context.Context, req *pb.NetworkSlicingConfigDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*NetworkSlicingConfigServer) Equals ¶
func (s *NetworkSlicingConfigServer) Equals(_ context.Context, req *pb.NetworkSlicingConfigEqualsRequest) (*pb.EqualsResponse, error)
func (*NetworkSlicingConfigServer) GetSliceInfo ¶
func (s *NetworkSlicingConfigServer) GetSliceInfo(_ context.Context, req *pb.NetworkSlicingConfigGetSliceInfoRequest) (*pb.GetSliceInfoResponse, error)
func (*NetworkSlicingConfigServer) GetUrspRules ¶
func (s *NetworkSlicingConfigServer) GetUrspRules(_ context.Context, req *pb.GetUrspRulesRequest) (*pb.GetUrspRulesResponse, error)
func (*NetworkSlicingConfigServer) HashCode ¶
func (s *NetworkSlicingConfigServer) HashCode(_ context.Context, req *pb.NetworkSlicingConfigHashCodeRequest) (*pb.HashCodeResponse, error)
func (*NetworkSlicingConfigServer) NewNetworkSlicingConfig ¶
func (s *NetworkSlicingConfigServer) NewNetworkSlicingConfig(_ context.Context, req *pb.NewNetworkSlicingConfigRequest) (*pb.NewNetworkSlicingConfigResponse, error)
func (*NetworkSlicingConfigServer) ToString ¶
func (s *NetworkSlicingConfigServer) ToString(_ context.Context, req *pb.NetworkSlicingConfigToStringRequest) (*pb.ToStringResponse, error)
func (*NetworkSlicingConfigServer) WriteToParcel ¶
func (s *NetworkSlicingConfigServer) WriteToParcel(_ context.Context, req *pb.NetworkSlicingConfigWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.