mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
27866b7ce2
commit
383c51ca0f
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue