Versions in this module Expand all Collapse all v0 v0.1.1 Mar 31, 2013 v0.1.0 Mar 24, 2013 Changes in this version + const ARG_URL_KEY + var CLIENT_SOCKET io.Writer = nil + var DEBUG_FLAG bool = false + func Call(proto, addr string, args ...string) (*net.TCPConn, error) + func ListenAndServe(proto, addr string, service Service) error + func ListenAndServeHTTP(addr string, service Service) error + func LocalCall(service Service, stdin io.ReadCloser, stdout io.Writer, args ...string) error + func Serve(conn io.ReadWriter, service Service) error + func Subcmd(output io.Writer, name, signature, description string) *flag.FlagSet + func URLToCall(u *url.URL) (method string, args []string) + type AutoFlush struct + func (w *AutoFlush) Write(data []byte) (int, error) + type Cmd func(io.ReadCloser, io.Writer, ...string) error + type CmdMethod func(Service, io.ReadCloser, io.Writer, ...string) error + type Service interface + Help func() string + Name func() string