Documentation ¶
Overview ¶
Package rpc is a vine rpc handler.
Index ¶
Constants ¶
View Source
const (
Handler = "rpc"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewMessage ¶
func (*Message) ProtoMessage ¶
func (m *Message) ProtoMessage()
type RawMessage ¶
type RawMessage json.RawMessage
func (RawMessage) MarshalJSON ¶
func (m RawMessage) MarshalJSON() ([]byte, error)
MarshalJSON returns m as the JSON encoding of m.
func (*RawMessage) UnmarshalJSON ¶
func (m *RawMessage) UnmarshalJSON(data []byte) error
UnmarshalJSON sets *m to a copy of data.
Click to show internal directories.
Click to hide internal directories.