Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
WhenUtc string
Storage string
RTStorage string
RTJsons []RTJsonFile
FGAEndpoint string
FGAModelFile string
FGAModelTuples []authz.TupleKey
// AllowAll installs an AllowAllChecker. Required for tests that exercise
// mutations. Ignored when FGAEndpoint is set.
AllowAll bool
// UseGeohashFilter enables the secondary stop-geohash filter on bbox/within/near
// queries. Requires the test database to have tl_feed_version_geohashes populated.
UseGeohashFilter bool
}
type RTJsonFile ¶
func DefaultRTJson ¶
func DefaultRTJson() []RTJsonFile
Click to show internal directories.
Click to hide internal directories.