Documentation
¶
Index ¶
- type InfoServer
- func (s *InfoServer) DescribeContents(_ context.Context, req *pb.InfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *InfoServer) GetOsVersion(_ context.Context, req *pb.GetOsVersionRequest) (*pb.GetOsVersionResponse, error)
- func (s *InfoServer) NewInfo(_ context.Context, req *pb.NewInfoRequest) (*pb.NewInfoResponse, error)
- func (s *InfoServer) WriteToParcel(_ context.Context, req *pb.InfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ManagerServer
- func (s *ManagerServer) CreateForCardId(_ context.Context, req *pb.CreateForCardIdRequest) (*pb.CreateForCardIdResponse, error)
- func (s *ManagerServer) DeleteSubscription(_ context.Context, req *pb.DeleteSubscriptionRequest) (*pb.DeleteSubscriptionResponse, error)
- func (s *ManagerServer) DownloadSubscription(_ context.Context, req *pb.DownloadSubscriptionRequest) (*pb.DownloadSubscriptionResponse, error)
- func (s *ManagerServer) GetAvailableMemoryInBytes(_ context.Context, req *pb.GetAvailableMemoryInBytesRequest) (*pb.GetAvailableMemoryInBytesResponse, error)
- func (s *ManagerServer) GetEid(_ context.Context, req *pb.GetEidRequest) (*pb.GetEidResponse, error)
- func (s *ManagerServer) GetEuiccInfo(_ context.Context, req *pb.GetEuiccInfoRequest) (*pb.GetEuiccInfoResponse, error)
- func (s *ManagerServer) IsEnabled(_ context.Context, req *pb.IsEnabledRequest) (*pb.IsEnabledResponse, error)
- func (s *ManagerServer) IsSimPortAvailable(_ context.Context, req *pb.IsSimPortAvailableRequest) (*pb.IsSimPortAvailableResponse, error)
- func (s *ManagerServer) StartResolutionActivity(_ context.Context, req *pb.StartResolutionActivityRequest) (*pb.StartResolutionActivityResponse, error)
- func (s *ManagerServer) SwitchToSubscription2(_ context.Context, req *pb.SwitchToSubscription2Request) (*pb.SwitchToSubscription2Response, error)
- func (s *ManagerServer) SwitchToSubscription3_1(_ context.Context, req *pb.SwitchToSubscription3_1Request) (*pb.SwitchToSubscription3_1Response, error)
- func (s *ManagerServer) UpdateSubscriptionNickname(_ context.Context, req *pb.UpdateSubscriptionNicknameRequest) (*pb.UpdateSubscriptionNicknameResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoServer ¶
type InfoServer struct {
pb.UnimplementedInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InfoServer implements pb.InfoServiceServer.
func (*InfoServer) DescribeContents ¶
func (s *InfoServer) DescribeContents(_ context.Context, req *pb.InfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*InfoServer) GetOsVersion ¶
func (s *InfoServer) GetOsVersion(_ context.Context, req *pb.GetOsVersionRequest) (*pb.GetOsVersionResponse, error)
func (*InfoServer) NewInfo ¶
func (s *InfoServer) NewInfo(_ context.Context, req *pb.NewInfoRequest) (*pb.NewInfoResponse, error)
func (*InfoServer) WriteToParcel ¶
func (s *InfoServer) WriteToParcel(_ context.Context, req *pb.InfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ManagerServer ¶
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) CreateForCardId ¶
func (s *ManagerServer) CreateForCardId(_ context.Context, req *pb.CreateForCardIdRequest) (*pb.CreateForCardIdResponse, error)
func (*ManagerServer) DeleteSubscription ¶
func (s *ManagerServer) DeleteSubscription(_ context.Context, req *pb.DeleteSubscriptionRequest) (*pb.DeleteSubscriptionResponse, error)
func (*ManagerServer) DownloadSubscription ¶
func (s *ManagerServer) DownloadSubscription(_ context.Context, req *pb.DownloadSubscriptionRequest) (*pb.DownloadSubscriptionResponse, error)
func (*ManagerServer) GetAvailableMemoryInBytes ¶
func (s *ManagerServer) GetAvailableMemoryInBytes(_ context.Context, req *pb.GetAvailableMemoryInBytesRequest) (*pb.GetAvailableMemoryInBytesResponse, error)
func (*ManagerServer) GetEid ¶
func (s *ManagerServer) GetEid(_ context.Context, req *pb.GetEidRequest) (*pb.GetEidResponse, error)
func (*ManagerServer) GetEuiccInfo ¶
func (s *ManagerServer) GetEuiccInfo(_ context.Context, req *pb.GetEuiccInfoRequest) (*pb.GetEuiccInfoResponse, error)
func (*ManagerServer) IsEnabled ¶
func (s *ManagerServer) IsEnabled(_ context.Context, req *pb.IsEnabledRequest) (*pb.IsEnabledResponse, error)
func (*ManagerServer) IsSimPortAvailable ¶
func (s *ManagerServer) IsSimPortAvailable(_ context.Context, req *pb.IsSimPortAvailableRequest) (*pb.IsSimPortAvailableResponse, error)
func (*ManagerServer) StartResolutionActivity ¶
func (s *ManagerServer) StartResolutionActivity(_ context.Context, req *pb.StartResolutionActivityRequest) (*pb.StartResolutionActivityResponse, error)
func (*ManagerServer) SwitchToSubscription2 ¶
func (s *ManagerServer) SwitchToSubscription2(_ context.Context, req *pb.SwitchToSubscription2Request) (*pb.SwitchToSubscription2Response, error)
func (*ManagerServer) SwitchToSubscription3_1 ¶
func (s *ManagerServer) SwitchToSubscription3_1(_ context.Context, req *pb.SwitchToSubscription3_1Request) (*pb.SwitchToSubscription3_1Response, error)
func (*ManagerServer) UpdateSubscriptionNickname ¶
func (s *ManagerServer) UpdateSubscriptionNickname(_ context.Context, req *pb.UpdateSubscriptionNicknameRequest) (*pb.UpdateSubscriptionNicknameResponse, error)
Click to show internal directories.
Click to hide internal directories.