Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithCollection ¶
func WithCollection(collection string) func(vm *ViewManager, view *View)
func WithSubscriber ¶
func WithSubscriber(subscriberID string) func(vm *ViewManager, view *View)
Types ¶
type View ¶
type ViewManager ¶
type ViewManager struct {
// contains filtered or unexported fields
}
func (*ViewManager) CreateView ¶
func (vm *ViewManager) CreateView(opts ...func(*ViewManager, *View)) (*View, error)
func (*ViewManager) DeleteView ¶
func (vm *ViewManager) DeleteView(id string) error
Click to show internal directories.
Click to hide internal directories.