Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkerAPI ¶
type ChunkerAPI struct {
// contains filtered or unexported fields
}
func NewChunkerAPI ¶
func NewChunkerAPI(apiStack *stack.Stack) *ChunkerAPI
func (*ChunkerAPI) Get ¶
func (n *ChunkerAPI) Get(nameString string, callback ResponseCallback)
func (*ChunkerAPI) Serve ¶
func (n *ChunkerAPI) Serve(nameString string, callback RequestCallback)
type RequestCallback ¶
type ResponseCallback ¶
type ResponseCallback func([]byte)
Click to show internal directories.
Click to hide internal directories.