Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthProvider ¶ added in v0.1.15
type AuthProvider interface { data.AuthProvider }
func NewAuthProvider ¶ added in v0.1.15
func NewAuthProvider() AuthProvider
type ConfigFn ¶ added in v0.1.0
type ConfigFn func(*Store)
func CommunicateOverNats ¶ added in v0.1.0
func NotifyOverNats ¶ added in v0.1.0
func PersistOverNats ¶ added in v0.1.0
func PersistOverPostgres ¶ added in v0.1.0
type FieldAuthorizer ¶ added in v0.1.5
type FieldAuthorizer interface { data.FieldAuthorizer }
func NewFieldAuthorizer ¶ added in v0.1.5
func NewFieldAuthorizer(accessorId string, store data.Store) FieldAuthorizer
type MultiConnector ¶ added in v0.1.0
func NewMultiConnector ¶ added in v0.1.0
func NewMultiConnector() MultiConnector
Source Files
¶
Click to show internal directories.
Click to hide internal directories.