Documentation
¶
Index ¶
- type EventType
- type Hub
- func (h *Hub) FiletreeFSUpdateEvent(ctx context.Context, blob *blob.Blob, data interface{}) error
- func (h *Hub) NewBlobEvent(ctx context.Context, blob *blob.Blob, data interface{}) error
- func (h *Hub) NewDeleteRemoteBlobEvent(ctx context.Context, blob *blob.Blob, data interface{}) error
- func (h *Hub) NewSyncRemoteBlobEvent(ctx context.Context, blob *blob.Blob, data interface{}) error
- func (h *Hub) ScanBlobEvent(ctx context.Context, blob *blob.Blob, data interface{}) error
- func (h *Hub) Subscribe(etype EventType, name string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
func (*Hub) FiletreeFSUpdateEvent ¶
func (*Hub) NewBlobEvent ¶
func (*Hub) NewDeleteRemoteBlobEvent ¶
func (*Hub) NewSyncRemoteBlobEvent ¶
func (*Hub) ScanBlobEvent ¶
Click to show internal directories.
Click to hide internal directories.