package
Version:
v1.7.7
Opens a new window with list of versions in this module.
Published: Jan 10, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCompetitionService() *service
type Config struct {
OBS OBSConfig `json:"obs" required:"true"`
}
type OBSConfig struct {
Prefix string `json:"prefix"`
Bucket string `json:"bucket" required:"true"`
Endpoint string `json:"endpoint" required:"true"`
AccessKey string `json:"access_key" required:"true"`
SecretKey string `json:"secret_key" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.