Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(exporter *DeferredExporter) *Controller
type DeferredExporter ¶
type DeferredExporter struct {
// contains filtered or unexported fields
}
func NewDeferredExporter ¶
func NewDeferredExporter() *DeferredExporter
func (*DeferredExporter) ExportView ¶
func (d *DeferredExporter) ExportView(viewData *view.Data)
func (*DeferredExporter) SetRemote ¶
func (d *DeferredExporter) SetRemote(remote RemoteExporter) error
func (*DeferredExporter) Shutdown ¶
func (d *DeferredExporter) Shutdown() error
type RemoteExporter ¶
Click to show internal directories.
Click to hide internal directories.