Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildPaths ¶
type BuildPaths struct { Router string `json:"router"` TrafficController string `json:"traffic_controller"` RLP string `json:"rlp"` RLPGateway string `json:"rlp_gateway"` }
func Build ¶
func Build() (BuildPaths, chan error)
func (BuildPaths) Marshal ¶
func (bp BuildPaths) Marshal() ([]byte, error)
func (BuildPaths) SetEnv ¶
func (bp BuildPaths) SetEnv()
func (*BuildPaths) Unmarshal ¶
func (bp *BuildPaths) Unmarshal(text []byte) error
Click to show internal directories.
Click to hide internal directories.