Documentation ¶
Overview ¶
Package meshapi contains the webmesh Mesh API service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { v1.UnimplementedMeshServer // contains filtered or unexported fields }
Server is the webmesh Mesh service.
func NewServer ¶
func NewServer(store storage.MeshStorage, raft raft.Raft) *Server
NewServer returns a new Server.
func (*Server) GetMeshGraph ¶
Click to show internal directories.
Click to hide internal directories.