Documentation ¶
Index ¶
- func Hash(data []byte) complex128
- func IntKeyJSONExtractor(key string) func(data []byte) (interface{}, error)
- func StringKeyJSONExtractor(key string) func(data []byte) (interface{}, error)
- type CSVUnmarshaler
- type Checksumer
- type Handler
- type Keyer
- type Provider
- type Service
- type Snapshoter
- type Synchronization
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Hash ¶
func Hash(data []byte) complex128
func IntKeyJSONExtractor ¶
IntKeyJSONExtractor returns function returning int key value
func StringKeyJSONExtractor ¶
StringKeyJSONExtractor returns function returning string key value
Types ¶
type CSVUnmarshaler ¶
CSVUnmarshaler represents CSV Unmarshaler
type Snapshoter ¶
type Snapshoter func(key interface{}, targetPtr interface{}) bool
Snapshoter returns previous value into target key and return true, otherwise false
type Synchronization ¶
type Synchronization struct { *resource.Asset Provider Provider Handler Handler Keyer Keyer Type reflect.Type Snapshoter Checksumer Checksumer // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.