Documentation ¶
Overview ¶
Package svi is the main package of the application
Package svi is the main package of the application ¶
Package svi is the main package of the application ¶
Package svi is the main package of the application ¶
Package svi is the main package of the application ¶
Package svi is the main package of the application
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { pb.UnimplementedSviServiceServer 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) ListSvis ¶
func (s *Server) ListSvis(_ context.Context, in *pb.ListSvisRequest) (*pb.ListSvisResponse, error)
ListSvis lists logical bridges
Click to show internal directories.
Click to hide internal directories.