Documentation ¶
Overview ¶
https://github.com/eschercloudai/unikorn/blob/main/examples/serverclient.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONReader ¶
type JSONReader struct {
// contains filtered or unexported fields
}
JSONReader implments io.Reader that does lazy JSON marshaling.
func NewJSONReader ¶
func NewJSONReader(data interface{}) *JSONReader
Click to show internal directories.
Click to hide internal directories.