Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deusdat/arangomigo
/ types & classes
Types & classes
32 in github.com/deusdat/arangomigo
⨍
Functions
87
◇
Types & classes
32
Struct
AQL
AQL allows arbitrary AQL execution as part of the migration.
migrations.go:168
TypeAlias
Action
Action enumerated values for valid operation actions.
migrations.go:30
Struct
Collection
Collection the YAML struct for configuring a collection migration.
migrations.go:74
Struct
Config
Config The content of a migration configuration.
arangomigo.go:90
Struct
ConsolidationPolicy
ConsolidationPolicy holds threshold values specifying when to consolidate view data. see ArangoSearchConsolidationPolicy ArangoSearchConsolidationPo
migrations.go:251
Struct
Database
Database the YAML struct for configuring a database migration.
migrations.go:63
Struct
EdgeDefinition
EdgeDefinition contains all information needed to define a single edge in a graph.
migrations.go:176
Struct
FullTextIndex
FullTextIndex defines how to build a full text index on a field
migrations.go:89
Struct
GeoIndex
GeoIndex creates a GeoIndex within the specified collection.
migrations.go:98
Struct
Graph
Graph allows a user to manage graphs
migrations.go:186
Struct
HashIndex
HashIndex creates a hash index on the fields within the specified Collection.
migrations.go:107
Struct
InvertedIndex
migrations.go:148
Interface
Migration
Migration all the operations necessary to modify a database, even make one.
impls.go:22
Struct
MockArangoSearchView
Simple struct that implements Arango's ArangoSearchView interface.
impls_view_test.go:40
Struct
MockCol
impl_test.go:18
Struct
MockDB
impl_test.go:8
Struct
MockView
Simple struct that mocks Arango's View interface.
impls_view_test.go:13
Struct
Operation
Operation the common elements for all migrations.
migrations.go:21
Struct
PairedMigrations
PairedMigrations Defines the primary change and an undo operation if provided. Presently undo is not a supported feature. After reading Flyway's histo
migrations.go:208
Struct
PersistentIndex
PersistentIndex creates a persistent index on the collections' fields.
migrations.go:118
Struct
PipelineAnalyzer
migrations.go:287
Struct
SearchAliasView
migrations.go:234
Struct
SearchAliasViewIndex
migrations.go:240
Struct
SearchElementProperties
SearchElementProperties contains properties that specify how an element is indexed in an ArangoSearch view. Note that this structure is recursive. Set
migrations.go:270
Struct
SearchView
SearchView contains all the information needed to create an Arango Search SearchView.
migrations.go:214
Struct
SkiplistIndex
SkiplistIndex creates a sliplist index on the collections' fields.
migrations.go:138
Struct
SortField
SortField describes a field and whether its ascending or not used for primary search.
migrations.go:259
TypeAlias
StringArray
arangomigo.go:71
Struct
TTLIndex
TTLIndex creates a TTL index on the collections' fields.
migrations.go:129
Struct
User
User the data used to update a user account
migrations.go:57
Struct
migration
Processed marker. Declared here since it's impl related.
impls.go:76
Struct
recipe
arangomigo_test.go:236