Documentation
¶
Index ¶
- type Options
- type Server
- func (s *Server) Address() string
- func (s *Server) Delete(key string) error
- func (s *Server) Get(key string) (interface{}, error)
- func (s *Server) GetBroadcasts(overhead, limit int) [][]byte
- func (s *Server) LocalState(join bool) []byte
- func (s *Server) MergeRemoteState(buf []byte, join bool)
- func (s *Server) NodeMeta(limit int) []byte
- func (s *Server) NotifyMsg(b []byte)
- func (s *Server) Set(key string, val interface{}) error
- type Update
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Options *Options // contains filtered or unexported fields }
func (*Server) GetBroadcasts ¶
func (*Server) LocalState ¶
func (*Server) MergeRemoteState ¶
Click to show internal directories.
Click to hide internal directories.