services: databases: Do not export record type descriptors.

* gnu/services/databases.scm (<postgresql-config-file>,
<postgresql-configuration>, <memcached-configuration>,
<mongodb-configuration>): Remove exports.
This commit is contained in:
Marius Bakke 2020-11-30 02:57:10 +01:00
parent 27866b7ce2
commit 383c51ca0f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -38,15 +38,13 @@ (define-module (gnu services databases)
#:use-module (guix gexp)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:export (<postgresql-config-file>
postgresql-config-file
#:export (postgresql-config-file
postgresql-config-file?
postgresql-config-file-log-destination
postgresql-config-file-hba-file
postgresql-config-file-ident-file
postgresql-config-file-extra-config
<postgresql-configuration>
postgresql-configuration
postgresql-configuration?
postgresql-configuration-postgresql
@ -59,7 +57,6 @@ (define-module (gnu services databases)
postgresql-service-type
memcached-service-type
<memcached-configuration>
memcached-configuration
memcached-configuration?
memcached-configuration-memecached
@ -68,7 +65,6 @@ (define-module (gnu services databases)
memcached-configuration-udp-port
memcached-configuration-additional-options
<mongodb-configuration>
mongodb-configuration
mongodb-configuration?
mongodb-configuration-mongodb