package
Version:
v0.0.0-...-2440f66
Opens a new window with list of versions in this module.
Published: Dec 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Distribution Distribution `yaml:"distribution"`
OSS OSS `yaml:"oss"`
Base Base
}
type Distribution struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type OSS struct {
Endpoint string `yaml:"endpoint"`
AccessKeyID string `yaml:"access_key_id"`
AccessKeySecret string `yaml:"access_key_secret"`
BucketName string `yaml:"bucket_name"`
ObjectPrefix string `yaml:"object_prefix"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.