Documentation ¶
Overview ¶
Package transports is a helper package that aggregates the key, store, and directory imports. It can be imported by Upspin programs as a convenient way to link with all the transport implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
Init initializes the transports for the given configuration. It is a no-op if passed a nil config or called more than once.
It should be called only by client programs, directly after parsing a config. This handles the case where a config specifies an inprocess directory server and configures that server to talk to the specified store server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.