Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
Dependencies contain the built dependencies of the blobstore service.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server the blobstore server
type ServerStaticConf ¶
type ServerStaticConf struct {
// ServerName the name of the server, servername in the JSON output.
ServerName string
// ServerVersion the version of the server, serverversion in the JSON output.
ServerVersion string
// ID The ID of the server. This is provided for backwards compatibility with Shock. Deprecated.
// id in the JSON output
ID string
// ServerVersionCompat The version of the shock server for which this server provides some
// level of compatibility. Deprecated. version in the JSON output
ServerVersionCompat string
// DeprecationWarning A deprecation warning for users regarding the ID and ServerVersionCompat
// fields.
DeprecationWarning string
// GitCommit is the git commit from which the server was built.
GitCommit string
// HTTPTimeout is the timeout of the blobstore http.Server,
// the minio http.Client, the AWS http.Client,
// and the custom http.Client that pushes to S3
HTTPTimeout time.Duration
}
ServerStaticConf Static configuration items for the Server.
Click to show internal directories.
Click to hide internal directories.