Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminService ¶
type AdminService int
type ContactQService ¶
type ContactQService struct{}
func (*ContactQService) Read ¶
func (nq *ContactQService) Read(arg struct{}, reply *Value) error
func (*ContactQService) Write ¶
func (nq *ContactQService) Write(value Value, reply *struct{}) error
type NotifyQService ¶
type NotifyQService struct{}
func (*NotifyQService) Notify ¶
func (nq *NotifyQService) Notify(notifyMsg NotifyMsg, reply *struct{}) error
type RegisterService ¶
type RegisterService int
---------- RPC Requests -------------
func (*RegisterService) GetCurrentView ¶
func (r *RegisterService) GetCurrentView(value int, reply *view.View) error
func (*RegisterService) Read ¶
func (r *RegisterService) Read(arg struct{}, reply *Value) error
func (*RegisterService) Reconfig ¶
func (r *RegisterService) Reconfig(updates []view.Update, reply *struct{}) error
func (*RegisterService) Write ¶
func (r *RegisterService) Write(value Value, reply *struct{}) error
type Value ¶
type Value struct {
Value interface{}
Timestamp int
Err error
// contains filtered or unexported fields
}
--------- Types ---------
Click to show internal directories.
Click to hide internal directories.