competitionimpl

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(cfg *Config) error

func NewCompetitionService

func NewCompetitionService() *service

Types

type Config

type Config struct {
	OBS OBSConfig `json:"obs" required:"true"`
}

type OBSConfig

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL