Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Reader io.Reader = StreamReader{} Writer io.WriteCloser = StreamWriter{} )
Functions ¶
Types ¶
type APICall ¶
type APICall struct {
// contains filtered or unexported fields
}
APICall represents a stub fluent builder for external host API calls.
func (*APICall) WithPayload ¶
WithPayload stub
type StreamWriter ¶
type StreamWriter struct{}
StreamWriter stub
func (StreamWriter) Close ¶
func (w StreamWriter) Close() error
Click to show internal directories.
Click to hide internal directories.