Versions in this module Expand all Collapse all v0 v0.2.0 Feb 20, 2024 Changes in this version + type Server struct + ListHelper map[string]bool + Pagination map[string]int + func NewServer(store gokv.Store) *Server + func NewServerWithArgs(nLink utils.Netlink, frr utils.Frr, store gokv.Store) *Server + func (s *Server) CreateSvi(ctx context.Context, in *pb.CreateSviRequest) (*pb.Svi, error) + func (s *Server) DeleteSvi(ctx context.Context, in *pb.DeleteSviRequest) (*emptypb.Empty, error) + func (s *Server) GetSvi(ctx context.Context, in *pb.GetSviRequest) (*pb.Svi, error) + func (s *Server) ListSvis(_ context.Context, in *pb.ListSvisRequest) (*pb.ListSvisResponse, error) + func (s *Server) UpdateSvi(ctx context.Context, in *pb.UpdateSviRequest) (*pb.Svi, error)