Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerImage ¶
type ControllerImage struct {
// contains filtered or unexported fields
}
func NewControllerImage ¶
func NewControllerImage(adaptors *adaptors.Adaptors) *ControllerImage
func (*ControllerImage) GetFilterList ¶
func (c *ControllerImage) GetFilterList(client *stream.Client, value interface{})
func (*ControllerImage) GetImageList ¶
func (c *ControllerImage) GetImageList(client *stream.Client, value interface{})
Stream
func (*ControllerImage) RemoveImage ¶
func (c *ControllerImage) RemoveImage(client *stream.Client, value interface{})
type StreamControllers ¶
type StreamControllers struct {
Image *ControllerImage
}
func NewStreamControllers ¶
func NewStreamControllers(adaptors *adaptors.Adaptors, stream *stream.StreamService) *StreamControllers
Click to show internal directories.
Click to hide internal directories.