Documentation
¶
Index ¶
- type DerAsn1DnIdentificationServer
- func (s *DerAsn1DnIdentificationServer) Equals(_ context.Context, req *pb.DerAsn1DnIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *DerAsn1DnIdentificationServer) HashCode(_ context.Context, req *pb.DerAsn1DnIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *DerAsn1DnIdentificationServer) NewDerAsn1DnIdentification(_ context.Context, req *pb.NewDerAsn1DnIdentificationRequest) (*pb.NewDerAsn1DnIdentificationResponse, error)
- type FqdnIdentificationServer
- func (s *FqdnIdentificationServer) Equals(_ context.Context, req *pb.FqdnIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *FqdnIdentificationServer) HashCode(_ context.Context, req *pb.FqdnIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *FqdnIdentificationServer) NewFqdnIdentification(_ context.Context, req *pb.NewFqdnIdentificationRequest) (*pb.NewFqdnIdentificationResponse, error)
- type Ipv4AddrIdentificationServer
- func (s *Ipv4AddrIdentificationServer) Equals(_ context.Context, req *pb.Ipv4AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *Ipv4AddrIdentificationServer) HashCode(_ context.Context, req *pb.Ipv4AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *Ipv4AddrIdentificationServer) NewIpv4AddrIdentification(_ context.Context, req *pb.NewIpv4AddrIdentificationRequest) (*pb.NewIpv4AddrIdentificationResponse, error)
- type Ipv6AddrIdentificationServer
- func (s *Ipv6AddrIdentificationServer) Equals(_ context.Context, req *pb.Ipv6AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *Ipv6AddrIdentificationServer) HashCode(_ context.Context, req *pb.Ipv6AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *Ipv6AddrIdentificationServer) NewIpv6AddrIdentification(_ context.Context, req *pb.NewIpv6AddrIdentificationRequest) (*pb.NewIpv6AddrIdentificationResponse, error)
- type KeyIdIdentificationServer
- func (s *KeyIdIdentificationServer) Equals(_ context.Context, req *pb.KeyIdIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *KeyIdIdentificationServer) HashCode(_ context.Context, req *pb.KeyIdIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *KeyIdIdentificationServer) NewKeyIdIdentification(_ context.Context, req *pb.NewKeyIdIdentificationRequest) (*pb.NewKeyIdIdentificationResponse, error)
- type Rfc822AddrIdentificationServer
- func (s *Rfc822AddrIdentificationServer) Equals(_ context.Context, req *pb.Rfc822AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
- func (s *Rfc822AddrIdentificationServer) HashCode(_ context.Context, req *pb.Rfc822AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *Rfc822AddrIdentificationServer) NewRfc822AddrIdentification(_ context.Context, req *pb.NewRfc822AddrIdentificationRequest) (*pb.NewRfc822AddrIdentificationResponse, error)
- type SessionConnectionInfoServer
- func (s *SessionConnectionInfoServer) GetLocalAddress(_ context.Context, req *pb.GetLocalAddressRequest) (*pb.GetLocalAddressResponse, error)
- func (s *SessionConnectionInfoServer) GetNetwork(_ context.Context, req *pb.GetNetworkRequest) (*pb.GetNetworkResponse, error)
- func (s *SessionConnectionInfoServer) GetRemoteAddress(_ context.Context, req *pb.GetRemoteAddressRequest) (*pb.GetRemoteAddressResponse, error)
- func (s *SessionConnectionInfoServer) NewSessionConnectionInfo(_ context.Context, req *pb.NewSessionConnectionInfoRequest) (*pb.NewSessionConnectionInfoResponse, error)
- type SessionServer
- func (s *SessionServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *SessionServer) CloseChildSession(_ context.Context, req *pb.CloseChildSessionRequest) (*pb.CloseChildSessionResponse, error)
- func (s *SessionServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
- func (s *SessionServer) Finalize(_ context.Context, req *pb.FinalizeRequest) (*pb.FinalizeResponse, error)
- func (s *SessionServer) Kill(_ context.Context, req *pb.KillRequest) (*pb.KillResponse, error)
- func (s *SessionServer) NewSession(_ context.Context, req *pb.NewSessionRequest) (*pb.NewSessionResponse, error)
- func (s *SessionServer) OpenChildSession(_ context.Context, req *pb.OpenChildSessionRequest) (*pb.OpenChildSessionResponse, error)
- type TrafficSelectorServer
- func (s *TrafficSelectorServer) Equals(_ context.Context, req *pb.TrafficSelectorEqualsRequest) (*pb.EqualsResponse, error)
- func (s *TrafficSelectorServer) HashCode(_ context.Context, req *pb.TrafficSelectorHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *TrafficSelectorServer) NewTrafficSelector(_ context.Context, req *pb.NewTrafficSelectorRequest) (*pb.NewTrafficSelectorResponse, error)
- type TunnelConnectionParamsServer
- func (s *TunnelConnectionParamsServer) Equals(_ context.Context, req *pb.TunnelConnectionParamsEqualsRequest) (*pb.EqualsResponse, error)
- func (s *TunnelConnectionParamsServer) GetIkeSessionParams(_ context.Context, req *pb.GetIkeSessionParamsRequest) (*pb.GetIkeSessionParamsResponse, error)
- func (s *TunnelConnectionParamsServer) GetTunnelModeChildSessionParams(_ context.Context, req *pb.GetTunnelModeChildSessionParamsRequest) (*pb.GetTunnelModeChildSessionParamsResponse, error)
- func (s *TunnelConnectionParamsServer) HashCode(_ context.Context, req *pb.TunnelConnectionParamsHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *TunnelConnectionParamsServer) NewTunnelConnectionParams(_ context.Context, req *pb.NewTunnelConnectionParamsRequest) (*pb.NewTunnelConnectionParamsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DerAsn1DnIdentificationServer ¶
type DerAsn1DnIdentificationServer struct {
pb.UnimplementedDerAsn1DnIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DerAsn1DnIdentificationServer implements pb.DerAsn1DnIdentificationServiceServer.
func (*DerAsn1DnIdentificationServer) Equals ¶
func (s *DerAsn1DnIdentificationServer) Equals(_ context.Context, req *pb.DerAsn1DnIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*DerAsn1DnIdentificationServer) HashCode ¶
func (s *DerAsn1DnIdentificationServer) HashCode(_ context.Context, req *pb.DerAsn1DnIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*DerAsn1DnIdentificationServer) NewDerAsn1DnIdentification ¶
func (s *DerAsn1DnIdentificationServer) NewDerAsn1DnIdentification(_ context.Context, req *pb.NewDerAsn1DnIdentificationRequest) (*pb.NewDerAsn1DnIdentificationResponse, error)
type FqdnIdentificationServer ¶
type FqdnIdentificationServer struct {
pb.UnimplementedFqdnIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
FqdnIdentificationServer implements pb.FqdnIdentificationServiceServer.
func (*FqdnIdentificationServer) Equals ¶
func (s *FqdnIdentificationServer) Equals(_ context.Context, req *pb.FqdnIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*FqdnIdentificationServer) HashCode ¶
func (s *FqdnIdentificationServer) HashCode(_ context.Context, req *pb.FqdnIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*FqdnIdentificationServer) NewFqdnIdentification ¶
func (s *FqdnIdentificationServer) NewFqdnIdentification(_ context.Context, req *pb.NewFqdnIdentificationRequest) (*pb.NewFqdnIdentificationResponse, error)
type Ipv4AddrIdentificationServer ¶
type Ipv4AddrIdentificationServer struct {
pb.UnimplementedIpv4AddrIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Ipv4AddrIdentificationServer implements pb.Ipv4AddrIdentificationServiceServer.
func (*Ipv4AddrIdentificationServer) Equals ¶
func (s *Ipv4AddrIdentificationServer) Equals(_ context.Context, req *pb.Ipv4AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*Ipv4AddrIdentificationServer) HashCode ¶
func (s *Ipv4AddrIdentificationServer) HashCode(_ context.Context, req *pb.Ipv4AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*Ipv4AddrIdentificationServer) NewIpv4AddrIdentification ¶
func (s *Ipv4AddrIdentificationServer) NewIpv4AddrIdentification(_ context.Context, req *pb.NewIpv4AddrIdentificationRequest) (*pb.NewIpv4AddrIdentificationResponse, error)
type Ipv6AddrIdentificationServer ¶
type Ipv6AddrIdentificationServer struct {
pb.UnimplementedIpv6AddrIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Ipv6AddrIdentificationServer implements pb.Ipv6AddrIdentificationServiceServer.
func (*Ipv6AddrIdentificationServer) Equals ¶
func (s *Ipv6AddrIdentificationServer) Equals(_ context.Context, req *pb.Ipv6AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*Ipv6AddrIdentificationServer) HashCode ¶
func (s *Ipv6AddrIdentificationServer) HashCode(_ context.Context, req *pb.Ipv6AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*Ipv6AddrIdentificationServer) NewIpv6AddrIdentification ¶
func (s *Ipv6AddrIdentificationServer) NewIpv6AddrIdentification(_ context.Context, req *pb.NewIpv6AddrIdentificationRequest) (*pb.NewIpv6AddrIdentificationResponse, error)
type KeyIdIdentificationServer ¶
type KeyIdIdentificationServer struct {
pb.UnimplementedKeyIdIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
KeyIdIdentificationServer implements pb.KeyIdIdentificationServiceServer.
func (*KeyIdIdentificationServer) Equals ¶
func (s *KeyIdIdentificationServer) Equals(_ context.Context, req *pb.KeyIdIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*KeyIdIdentificationServer) HashCode ¶
func (s *KeyIdIdentificationServer) HashCode(_ context.Context, req *pb.KeyIdIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*KeyIdIdentificationServer) NewKeyIdIdentification ¶
func (s *KeyIdIdentificationServer) NewKeyIdIdentification(_ context.Context, req *pb.NewKeyIdIdentificationRequest) (*pb.NewKeyIdIdentificationResponse, error)
type Rfc822AddrIdentificationServer ¶
type Rfc822AddrIdentificationServer struct {
pb.UnimplementedRfc822AddrIdentificationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Rfc822AddrIdentificationServer implements pb.Rfc822AddrIdentificationServiceServer.
func (*Rfc822AddrIdentificationServer) Equals ¶
func (s *Rfc822AddrIdentificationServer) Equals(_ context.Context, req *pb.Rfc822AddrIdentificationEqualsRequest) (*pb.EqualsResponse, error)
func (*Rfc822AddrIdentificationServer) HashCode ¶
func (s *Rfc822AddrIdentificationServer) HashCode(_ context.Context, req *pb.Rfc822AddrIdentificationHashCodeRequest) (*pb.HashCodeResponse, error)
func (*Rfc822AddrIdentificationServer) NewRfc822AddrIdentification ¶
func (s *Rfc822AddrIdentificationServer) NewRfc822AddrIdentification(_ context.Context, req *pb.NewRfc822AddrIdentificationRequest) (*pb.NewRfc822AddrIdentificationResponse, error)
type SessionConnectionInfoServer ¶
type SessionConnectionInfoServer struct {
pb.UnimplementedSessionConnectionInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SessionConnectionInfoServer implements pb.SessionConnectionInfoServiceServer.
func (*SessionConnectionInfoServer) GetLocalAddress ¶
func (s *SessionConnectionInfoServer) GetLocalAddress(_ context.Context, req *pb.GetLocalAddressRequest) (*pb.GetLocalAddressResponse, error)
func (*SessionConnectionInfoServer) GetNetwork ¶
func (s *SessionConnectionInfoServer) GetNetwork(_ context.Context, req *pb.GetNetworkRequest) (*pb.GetNetworkResponse, error)
func (*SessionConnectionInfoServer) GetRemoteAddress ¶
func (s *SessionConnectionInfoServer) GetRemoteAddress(_ context.Context, req *pb.GetRemoteAddressRequest) (*pb.GetRemoteAddressResponse, error)
func (*SessionConnectionInfoServer) NewSessionConnectionInfo ¶
func (s *SessionConnectionInfoServer) NewSessionConnectionInfo(_ context.Context, req *pb.NewSessionConnectionInfoRequest) (*pb.NewSessionConnectionInfoResponse, error)
type SessionServer ¶
type SessionServer struct {
pb.UnimplementedSessionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SessionServer implements pb.SessionServiceServer.
func (*SessionServer) Close ¶
func (s *SessionServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*SessionServer) CloseChildSession ¶
func (s *SessionServer) CloseChildSession(_ context.Context, req *pb.CloseChildSessionRequest) (*pb.CloseChildSessionResponse, error)
func (*SessionServer) Dump ¶
func (s *SessionServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
func (*SessionServer) Finalize ¶
func (s *SessionServer) Finalize(_ context.Context, req *pb.FinalizeRequest) (*pb.FinalizeResponse, error)
func (*SessionServer) Kill ¶
func (s *SessionServer) Kill(_ context.Context, req *pb.KillRequest) (*pb.KillResponse, error)
func (*SessionServer) NewSession ¶
func (s *SessionServer) NewSession(_ context.Context, req *pb.NewSessionRequest) (*pb.NewSessionResponse, error)
func (*SessionServer) OpenChildSession ¶
func (s *SessionServer) OpenChildSession(_ context.Context, req *pb.OpenChildSessionRequest) (*pb.OpenChildSessionResponse, error)
type TrafficSelectorServer ¶
type TrafficSelectorServer struct {
pb.UnimplementedTrafficSelectorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TrafficSelectorServer implements pb.TrafficSelectorServiceServer.
func (*TrafficSelectorServer) Equals ¶
func (s *TrafficSelectorServer) Equals(_ context.Context, req *pb.TrafficSelectorEqualsRequest) (*pb.EqualsResponse, error)
func (*TrafficSelectorServer) HashCode ¶
func (s *TrafficSelectorServer) HashCode(_ context.Context, req *pb.TrafficSelectorHashCodeRequest) (*pb.HashCodeResponse, error)
func (*TrafficSelectorServer) NewTrafficSelector ¶
func (s *TrafficSelectorServer) NewTrafficSelector(_ context.Context, req *pb.NewTrafficSelectorRequest) (*pb.NewTrafficSelectorResponse, error)
type TunnelConnectionParamsServer ¶
type TunnelConnectionParamsServer struct {
pb.UnimplementedTunnelConnectionParamsServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TunnelConnectionParamsServer implements pb.TunnelConnectionParamsServiceServer.
func (*TunnelConnectionParamsServer) Equals ¶
func (s *TunnelConnectionParamsServer) Equals(_ context.Context, req *pb.TunnelConnectionParamsEqualsRequest) (*pb.EqualsResponse, error)
func (*TunnelConnectionParamsServer) GetIkeSessionParams ¶
func (s *TunnelConnectionParamsServer) GetIkeSessionParams(_ context.Context, req *pb.GetIkeSessionParamsRequest) (*pb.GetIkeSessionParamsResponse, error)
func (*TunnelConnectionParamsServer) GetTunnelModeChildSessionParams ¶
func (s *TunnelConnectionParamsServer) GetTunnelModeChildSessionParams(_ context.Context, req *pb.GetTunnelModeChildSessionParamsRequest) (*pb.GetTunnelModeChildSessionParamsResponse, error)
func (*TunnelConnectionParamsServer) HashCode ¶
func (s *TunnelConnectionParamsServer) HashCode(_ context.Context, req *pb.TunnelConnectionParamsHashCodeRequest) (*pb.HashCodeResponse, error)
func (*TunnelConnectionParamsServer) NewTunnelConnectionParams ¶
func (s *TunnelConnectionParamsServer) NewTunnelConnectionParams(_ context.Context, req *pb.NewTunnelConnectionParamsRequest) (*pb.NewTunnelConnectionParamsResponse, error)