Documentation ¶ Index ¶ Constants type DataConverter Constants ¶ View Source const ( // PluginName is the name of the plugin PluginName = "postgres12" PluginNamePGX = "postgres12_pgx" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DataConverter ¶ type DataConverter interface { ToPostgreSQLDateTime(t time.Time) time.Time FromPostgreSQLDateTime(t time.Time) time.Time } DataConverter defines the API for conversions to/from go types to mysql datatypes Source Files ¶ View all Source files admin.gocluster_metadata.godb.goevents.goexecution.goexecution_maps.gonamespace.gonexus_endpoints.goplugin.goqueue.goqueue_v2.goshard.gotask.gotypeconv.govisibility.go Directories ¶ Show internal Expand all Path Synopsis driver session Click to show internal directories. Click to hide internal directories.