Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SQL driver MySQLDriver string = "mysql" MariaDBDriver string = "mariadb" SQLiteDriver string = "sqlite" PostgreSQLDriver string = "postgresql" SQLServerDriver string = "sqlServer" OracleDriver string = "oracle" // NoSQL driver MongoDBDriver string = "mongodb" CouchbaseDriver string = "couchbase" // Cloud Driver DynamoDB string = "dynamoDB" FireStore string = "firestore" // EmbeddedDB Embedded Database EmbeddedDB string = "embedded" // RedisDriver KeyValue database RedisDriver string = "redis" MemoryDB string = "memory" // usually its sync.Map{} )
View Source
const ( DefaultProtocolVersion = 1 DefaultMagicCookieKey = "APITO_PLUGIN" DefaultMagicCookieValue = "apito_plugin_magic_cookie_v1" )
Default handshake configuration for HashiCorp plugins
View Source
const ( HashiCorpNormalPlugin = "normal" HashiCorpStoragePlugin = "storage" HashiCorpFunctionPlugin = "function" )
Plugin types for HashiCorp system
View Source
const ( NormalPluginRPCName = "NormalPlugin" StoragePluginRPCName = "StoragePlugin" FunctionPluginRPCName = "FunctionPlugin" InjectedServiceRPCName = "InjectedService" )
RPC plugin names
View Source
const ( IntInput string = "int" BoolInput string = "bool" DoubleInput string = "double" StringInput string = "string" GeoInput string = "geo" ObjectInput string = "object" RepeatedInput string = "repeated" )
View Source
const ( TextField string = "text" MediaField string = "media" MultilineField string = "multiline" DateField string = "date" NumberField string = "number" BooleanField string = "boolean" ListField string = "list" GeoField string = "geo" ObjectField string = "object" RepeatedField string = "repeated" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.