Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStore ¶
type EventStore struct {
// contains filtered or unexported fields
}
func NewEventStore ¶
func NewEventStore(options *Options) *EventStore
func NewEventStoreWithClient ¶
func NewEventStoreWithClient(client *core.Client, options *Options) *EventStore
func (*EventStore) Connect ¶
func (es *EventStore) Connect(host string, options *core.Options) error
func (*EventStore) Disconnect ¶
func (es *EventStore) Disconnect()
func (*EventStore) GetEndpoint ¶
func (es *EventStore) GetEndpoint() (*core.Endpoint, error)
Click to show internal directories.
Click to hide internal directories.