Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterIndexing ¶
type FilterIndexing string
FilterIndexing specifies whether info should return all platforms, or platforms with/without index
const ( // AllPlatforms instructs that all platforms in the database, regardles of their index state, should be returned AllPlatforms FilterIndexing = "AllPlatforms" // WithIndex instructs that only platforms that have been indexed should be returned WithIndex FilterIndexing = "WithIndex" // WithoutIndex instructs that only platforms that have not been indexed should be returned WithoutIndex FilterIndexing = "WithoutIndex" )
type PlatformsParameters ¶
type PlatformsParameters struct { UID string Indexed FilterIndexing }
PlatformsParameters is used for specifying filters applied to platforms results
Click to show internal directories.
Click to hide internal directories.