Documentation ¶
Index ¶
- Variables
- func DecodeFrame(data []byte) ([]byte, error)
- func EncodeFrame(data []byte) []byte
- func ExistFile(path string) bool
- func GlobalLabelGet() map[string]string
- func GlobalLabelSet(gLabel map[string]string)
- func InitMasterLog() io.Writer
- func InitStdTransport(name ...string)
- func IsListen(addr string) error
- func ReadFrame(r io.Reader) ([]byte, error)
- func TimeSpend(name string) func()
- func ToCopyToIoWriter(ws ...io.Writer) io.Writer
- func ValidAddr(addr string) bool
- func WriteFrame(w io.Writer, data []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorInvalidFrame = errors.New("invalid frame")
)
Functions ¶
func DecodeFrame ¶
func EncodeFrame ¶
func GlobalLabelGet ¶ added in v0.8.2
func GlobalLabelSet ¶ added in v0.8.2
func InitMasterLog ¶ added in v0.5.0
func InitStdTransport ¶ added in v0.4.0
func InitStdTransport(name ...string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.