package
Version:
v0.0.0-...-c85e1c3
Opens a new window with list of versions in this module.
Published: Aug 12, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package msg defines the main messages used in the Focus protocol.
See docs/protocol.adoc for further protocol description.
const (
C_NIL Cmd = iota
C_OPEN
C_OPEN_RESP
C_WRITE
C_WRITE_RESP
)
type Msg struct {
Cmd Cmd
Name string `json:",omitempty"`
Fd int `json:",omitempty"`
Rev int `json:",omitempty"`
Hash string `json:",omitempty"`
Ops ot.Ops `json:",omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.