Documentation ¶
Overview ¶
Package vrf is the main package of the application
Package vrf is the main package of the application ¶
Package vrf is the main package of the application ¶
Package vrf is the main package of the application ¶
Package vrf is the main package of the application ¶
Package vrf is the main package of the application
Index ¶
- type Server
- func (s *Server) CreateVrf(ctx context.Context, in *pb.CreateVrfRequest) (*pb.Vrf, error)
- func (s *Server) DeleteVrf(ctx context.Context, in *pb.DeleteVrfRequest) (*emptypb.Empty, error)
- func (s *Server) GetVrf(ctx context.Context, in *pb.GetVrfRequest) (*pb.Vrf, error)
- func (s *Server) ListVrfs(_ context.Context, in *pb.ListVrfsRequest) (*pb.ListVrfsResponse, error)
- func (s *Server) UpdateVrf(ctx context.Context, in *pb.UpdateVrfRequest) (*pb.Vrf, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { pb.UnimplementedVrfServiceServer Pagination map[string]int ListHelper map[string]bool // contains filtered or unexported fields }
Server represents the Server object
func NewServerWithArgs ¶
NewServerWithArgs creates initialized instance of EVPN server with externally created Netlink
func (*Server) ListVrfs ¶
func (s *Server) ListVrfs(_ context.Context, in *pb.ListVrfsRequest) (*pb.ListVrfsResponse, error)
ListVrfs lists logical bridges
Click to show internal directories.
Click to hide internal directories.