Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductClient ¶
type ProductClient struct {
// contains filtered or unexported fields
}
func NewProductClient ¶
func NewProductClient( reader io.Reader, ) ProductClient
func (*ProductClient) HandleAddProduct ¶
func (pc *ProductClient) HandleAddProduct()
func (*ProductClient) HandleGetProduct ¶
func (pc *ProductClient) HandleGetProduct()
func (*ProductClient) HandleGetProducts ¶
func (pc *ProductClient) HandleGetProducts()
func (*ProductClient) MainLoop ¶
func (pc *ProductClient) MainLoop()
Click to show internal directories.
Click to hide internal directories.