Documentation
¶
Index ¶
- type AkaInfoBuilderClient
- type AkaInfoClient
- type InfoClient
- type SessionConfigBuilderClient
- func (c *SessionConfigBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapAkaConfig2(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapAkaConfig3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapAkaPrimeConfig(ctx context.Context, arg0 int32, arg1 int32, arg2 string, arg3 bool) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapIdentity(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapMsChapV2Config(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapSimConfig(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *SessionConfigBuilderClient) SetEapTtlsConfig(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- type SessionConfigClient
- func (c *SessionConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigClient) GetEapAkaConfig(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) GetEapAkaPrimeConfig(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) GetEapIdentity(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) GetEapMsChapV2Config(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) GetEapSimConfig(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) GetEapTtlsConfig(ctx context.Context) (int64, error)
- func (c *SessionConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionConfigEapAkaConfigClient
- func (c *SessionConfigEapAkaConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigEapAkaConfigClient) GetAppType(ctx context.Context) (int32, error)
- func (c *SessionConfigEapAkaConfigClient) GetEapAkaOption(ctx context.Context) (int64, error)
- func (c *SessionConfigEapAkaConfigClient) GetSubId(ctx context.Context) (int32, error)
- func (c *SessionConfigEapAkaConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionConfigEapAkaOptionClient
- type SessionConfigEapAkaPrimeConfigClient
- func (c *SessionConfigEapAkaPrimeConfigClient) AllowsMismatchedNetworkNames(ctx context.Context) (bool, error)
- func (c *SessionConfigEapAkaPrimeConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigEapAkaPrimeConfigClient) GetNetworkName(ctx context.Context) (string, error)
- func (c *SessionConfigEapAkaPrimeConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionConfigEapMethodConfigClient
- type SessionConfigEapMsChapV2ConfigClient
- func (c *SessionConfigEapMsChapV2ConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigEapMsChapV2ConfigClient) GetPassword(ctx context.Context) (string, error)
- func (c *SessionConfigEapMsChapV2ConfigClient) GetUsername(ctx context.Context) (string, error)
- func (c *SessionConfigEapMsChapV2ConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionConfigEapSimConfigClient
- func (c *SessionConfigEapSimConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigEapSimConfigClient) GetAppType(ctx context.Context) (int32, error)
- func (c *SessionConfigEapSimConfigClient) GetSubId(ctx context.Context) (int32, error)
- func (c *SessionConfigEapSimConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionConfigEapTtlsConfigClient
- func (c *SessionConfigEapTtlsConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionConfigEapTtlsConfigClient) GetInnerEapSessionConfig(ctx context.Context) (int64, error)
- func (c *SessionConfigEapTtlsConfigClient) GetServerCaCert(ctx context.Context) (int64, error)
- func (c *SessionConfigEapTtlsConfigClient) HashCode(ctx context.Context) (int32, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AkaInfoBuilderClient ¶
type AkaInfoBuilderClient struct {
// contains filtered or unexported fields
}
AkaInfoBuilderClient wraps the gRPC AkaInfoBuilderService client.
func NewAkaInfoBuilderClient ¶
func NewAkaInfoBuilderClient(cc grpc.ClientConnInterface) *AkaInfoBuilderClient
NewAkaInfoBuilderClient creates a new AkaInfoBuilder client.
func (*AkaInfoBuilderClient) Build ¶
func (c *AkaInfoBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AkaInfoBuilderClient) SetReauthId ¶
SetReauthId calls the SetReauthId RPC.
type AkaInfoClient ¶
type AkaInfoClient struct {
// contains filtered or unexported fields
}
AkaInfoClient wraps the gRPC AkaInfoService client.
func NewAkaInfoClient ¶
func NewAkaInfoClient(cc grpc.ClientConnInterface) *AkaInfoClient
NewAkaInfoClient creates a new AkaInfo client.
func (*AkaInfoClient) GetReauthId ¶
func (c *AkaInfoClient) GetReauthId(ctx context.Context) (int64, error)
GetReauthId calls the GetReauthId RPC.
type InfoClient ¶
type InfoClient struct {
// contains filtered or unexported fields
}
InfoClient wraps the gRPC InfoService client.
func NewInfoClient ¶
func NewInfoClient(cc grpc.ClientConnInterface) *InfoClient
NewInfoClient creates a new Info client.
func (*InfoClient) GetEapMethodType ¶
func (c *InfoClient) GetEapMethodType(ctx context.Context) (int32, error)
GetEapMethodType calls the GetEapMethodType RPC.
type SessionConfigBuilderClient ¶
type SessionConfigBuilderClient struct {
// contains filtered or unexported fields
}
SessionConfigBuilderClient wraps the gRPC SessionConfigBuilderService client.
func NewSessionConfigBuilderClient ¶
func NewSessionConfigBuilderClient(cc grpc.ClientConnInterface) *SessionConfigBuilderClient
NewSessionConfigBuilderClient creates a new SessionConfigBuilder client.
func (*SessionConfigBuilderClient) Build ¶
func (c *SessionConfigBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SessionConfigBuilderClient) SetEapAkaConfig2 ¶
func (c *SessionConfigBuilderClient) SetEapAkaConfig2(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetEapAkaConfig2 calls the SetEapAkaConfig2 RPC.
func (*SessionConfigBuilderClient) SetEapAkaConfig3_1 ¶
func (c *SessionConfigBuilderClient) SetEapAkaConfig3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)
SetEapAkaConfig3_1 calls the SetEapAkaConfig3_1 RPC.
func (*SessionConfigBuilderClient) SetEapAkaPrimeConfig ¶
func (c *SessionConfigBuilderClient) SetEapAkaPrimeConfig(ctx context.Context, arg0 int32, arg1 int32, arg2 string, arg3 bool) (int64, error)
SetEapAkaPrimeConfig calls the SetEapAkaPrimeConfig RPC.
func (*SessionConfigBuilderClient) SetEapIdentity ¶
SetEapIdentity calls the SetEapIdentity RPC.
func (*SessionConfigBuilderClient) SetEapMsChapV2Config ¶
func (c *SessionConfigBuilderClient) SetEapMsChapV2Config(ctx context.Context, arg0 string, arg1 string) (int64, error)
SetEapMsChapV2Config calls the SetEapMsChapV2Config RPC.
func (*SessionConfigBuilderClient) SetEapSimConfig ¶
func (c *SessionConfigBuilderClient) SetEapSimConfig(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetEapSimConfig calls the SetEapSimConfig RPC.
func (*SessionConfigBuilderClient) SetEapTtlsConfig ¶
func (c *SessionConfigBuilderClient) SetEapTtlsConfig(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SetEapTtlsConfig calls the SetEapTtlsConfig RPC.
type SessionConfigClient ¶
type SessionConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigClient wraps the gRPC SessionConfigService client.
func NewSessionConfigClient ¶
func NewSessionConfigClient(cc grpc.ClientConnInterface) *SessionConfigClient
NewSessionConfigClient creates a new SessionConfig client.
func (*SessionConfigClient) GetEapAkaConfig ¶
func (c *SessionConfigClient) GetEapAkaConfig(ctx context.Context) (int64, error)
GetEapAkaConfig calls the GetEapAkaConfig RPC.
func (*SessionConfigClient) GetEapAkaPrimeConfig ¶
func (c *SessionConfigClient) GetEapAkaPrimeConfig(ctx context.Context) (int64, error)
GetEapAkaPrimeConfig calls the GetEapAkaPrimeConfig RPC.
func (*SessionConfigClient) GetEapIdentity ¶
func (c *SessionConfigClient) GetEapIdentity(ctx context.Context) (int64, error)
GetEapIdentity calls the GetEapIdentity RPC.
func (*SessionConfigClient) GetEapMsChapV2Config ¶
func (c *SessionConfigClient) GetEapMsChapV2Config(ctx context.Context) (int64, error)
GetEapMsChapV2Config calls the GetEapMsChapV2Config RPC.
func (*SessionConfigClient) GetEapSimConfig ¶
func (c *SessionConfigClient) GetEapSimConfig(ctx context.Context) (int64, error)
GetEapSimConfig calls the GetEapSimConfig RPC.
func (*SessionConfigClient) GetEapTtlsConfig ¶
func (c *SessionConfigClient) GetEapTtlsConfig(ctx context.Context) (int64, error)
GetEapTtlsConfig calls the GetEapTtlsConfig RPC.
type SessionConfigEapAkaConfigClient ¶
type SessionConfigEapAkaConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapAkaConfigClient wraps the gRPC SessionConfigEapAkaConfigService client.
func NewSessionConfigEapAkaConfigClient ¶
func NewSessionConfigEapAkaConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapAkaConfigClient
NewSessionConfigEapAkaConfigClient creates a new SessionConfigEapAkaConfig client.
func (*SessionConfigEapAkaConfigClient) GetAppType ¶
func (c *SessionConfigEapAkaConfigClient) GetAppType(ctx context.Context) (int32, error)
GetAppType calls the GetAppType RPC.
func (*SessionConfigEapAkaConfigClient) GetEapAkaOption ¶
func (c *SessionConfigEapAkaConfigClient) GetEapAkaOption(ctx context.Context) (int64, error)
GetEapAkaOption calls the GetEapAkaOption RPC.
type SessionConfigEapAkaOptionClient ¶
type SessionConfigEapAkaOptionClient struct {
// contains filtered or unexported fields
}
SessionConfigEapAkaOptionClient wraps the gRPC SessionConfigEapAkaOptionService client.
func NewSessionConfigEapAkaOptionClient ¶
func NewSessionConfigEapAkaOptionClient(cc grpc.ClientConnInterface) *SessionConfigEapAkaOptionClient
NewSessionConfigEapAkaOptionClient creates a new SessionConfigEapAkaOption client.
func (*SessionConfigEapAkaOptionClient) GetReauthId ¶
func (c *SessionConfigEapAkaOptionClient) GetReauthId(ctx context.Context) (int64, error)
GetReauthId calls the GetReauthId RPC.
type SessionConfigEapAkaPrimeConfigClient ¶
type SessionConfigEapAkaPrimeConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapAkaPrimeConfigClient wraps the gRPC SessionConfigEapAkaPrimeConfigService client.
func NewSessionConfigEapAkaPrimeConfigClient ¶
func NewSessionConfigEapAkaPrimeConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapAkaPrimeConfigClient
NewSessionConfigEapAkaPrimeConfigClient creates a new SessionConfigEapAkaPrimeConfig client.
func (*SessionConfigEapAkaPrimeConfigClient) AllowsMismatchedNetworkNames ¶
func (c *SessionConfigEapAkaPrimeConfigClient) AllowsMismatchedNetworkNames(ctx context.Context) (bool, error)
AllowsMismatchedNetworkNames calls the AllowsMismatchedNetworkNames RPC.
func (*SessionConfigEapAkaPrimeConfigClient) Equals ¶
func (c *SessionConfigEapAkaPrimeConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*SessionConfigEapAkaPrimeConfigClient) GetNetworkName ¶
func (c *SessionConfigEapAkaPrimeConfigClient) GetNetworkName(ctx context.Context) (string, error)
GetNetworkName calls the GetNetworkName RPC.
type SessionConfigEapMethodConfigClient ¶
type SessionConfigEapMethodConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapMethodConfigClient wraps the gRPC SessionConfigEapMethodConfigService client.
func NewSessionConfigEapMethodConfigClient ¶
func NewSessionConfigEapMethodConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapMethodConfigClient
NewSessionConfigEapMethodConfigClient creates a new SessionConfigEapMethodConfig client.
func (*SessionConfigEapMethodConfigClient) GetMethodType ¶
func (c *SessionConfigEapMethodConfigClient) GetMethodType(ctx context.Context) (int32, error)
GetMethodType calls the GetMethodType RPC.
type SessionConfigEapMsChapV2ConfigClient ¶
type SessionConfigEapMsChapV2ConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapMsChapV2ConfigClient wraps the gRPC SessionConfigEapMsChapV2ConfigService client.
func NewSessionConfigEapMsChapV2ConfigClient ¶
func NewSessionConfigEapMsChapV2ConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapMsChapV2ConfigClient
NewSessionConfigEapMsChapV2ConfigClient creates a new SessionConfigEapMsChapV2Config client.
func (*SessionConfigEapMsChapV2ConfigClient) Equals ¶
func (c *SessionConfigEapMsChapV2ConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*SessionConfigEapMsChapV2ConfigClient) GetPassword ¶
func (c *SessionConfigEapMsChapV2ConfigClient) GetPassword(ctx context.Context) (string, error)
GetPassword calls the GetPassword RPC.
func (*SessionConfigEapMsChapV2ConfigClient) GetUsername ¶
func (c *SessionConfigEapMsChapV2ConfigClient) GetUsername(ctx context.Context) (string, error)
GetUsername calls the GetUsername RPC.
type SessionConfigEapSimConfigClient ¶
type SessionConfigEapSimConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapSimConfigClient wraps the gRPC SessionConfigEapSimConfigService client.
func NewSessionConfigEapSimConfigClient ¶
func NewSessionConfigEapSimConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapSimConfigClient
NewSessionConfigEapSimConfigClient creates a new SessionConfigEapSimConfig client.
func (*SessionConfigEapSimConfigClient) GetAppType ¶
func (c *SessionConfigEapSimConfigClient) GetAppType(ctx context.Context) (int32, error)
GetAppType calls the GetAppType RPC.
type SessionConfigEapTtlsConfigClient ¶
type SessionConfigEapTtlsConfigClient struct {
// contains filtered or unexported fields
}
SessionConfigEapTtlsConfigClient wraps the gRPC SessionConfigEapTtlsConfigService client.
func NewSessionConfigEapTtlsConfigClient ¶
func NewSessionConfigEapTtlsConfigClient(cc grpc.ClientConnInterface) *SessionConfigEapTtlsConfigClient
NewSessionConfigEapTtlsConfigClient creates a new SessionConfigEapTtlsConfig client.
func (*SessionConfigEapTtlsConfigClient) GetInnerEapSessionConfig ¶
func (c *SessionConfigEapTtlsConfigClient) GetInnerEapSessionConfig(ctx context.Context) (int64, error)
GetInnerEapSessionConfig calls the GetInnerEapSessionConfig RPC.
func (*SessionConfigEapTtlsConfigClient) GetServerCaCert ¶
func (c *SessionConfigEapTtlsConfigClient) GetServerCaCert(ctx context.Context) (int64, error)
GetServerCaCert calls the GetServerCaCert RPC.