Documentation ¶
Overview ¶
Package dummy is just a minimal example.
$ echo '{"title": "Sample Title"}' | ./span-import -i dummy | jq .
{ "rft.atitle": "Sample Title", "version": "0.9" }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct {
Title string `json:"title"`
}
Example record, which consists only of a title.
func (Example) ToIntermediateSchema ¶
func (ex Example) ToIntermediateSchema() (*finc.IntermediateSchema, error)
ToIntermediateSchema implements an example convertion.
Click to show internal directories.
Click to hide internal directories.