Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeAssetServer ¶
MakeAssetServer makes an instance of the assetsvc on port 6000. It returns a chan which can be closed to terminate it, and any boot-time errors.
Types ¶
type AssetServer ¶
AssetServer is the handler anchor for the GRPC network system.
func (*AssetServer) GetLog ¶
func (as *AssetServer) GetLog(id *types.IntID, ag asset.Asset_GetLogServer) error
GetLog spills the log back to connecting websocket.
func (*AssetServer) PutLog ¶
func (as *AssetServer) PutLog(ap asset.Asset_PutLogServer) error
PutLog writes the log to disk
Click to show internal directories.
Click to hide internal directories.