Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DerAsn1DnIdentificationServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)