package
Version:
v0.0.0-...-a2da514
Opens a new window with list of versions in this module.
Published: Oct 4, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Publication interface {
Message
}
type RPCRequest struct {
Service string `json:"service,omitempty"`
Handler string `json:"handler,omitempty"`
Method string `json:"method,omitempty"`
Args interface{} `json:"args,omitempty"`
}
type Response interface {
Message
}
type Value interface {
Interface() interface{}
String() string
Encode() []byte
}
func NewValue(v interface{}) Value
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.