The highest tagged major version is
v3.
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 11, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AutoRegistrationInfo struct {
Name string `json:"name" yaml:"name"`
Url string `json:"url" yaml:"url"`
Destinations map[string]string `json:"destinations" yaml:"destinations"`
}
type ServiceRegister struct {
Name string `json:"name"`
URL string `json:"url"`
}
type Version struct {
ServerVersion string `json:"serverVersion,omitempty"`
DatabaseVersion string `json:"databaseVersion,omitempty"`
RedisVersion string `json:"redisVersion,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.