config

package
v0.0.0-...-d3a3332 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

package config

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func NewConfig

func NewConfig() (*Config, error)

func (*Config) ConfigServiceName

func (c *Config) ConfigServiceName() string

ProjectName returns the name of the service

func (*Config) GetSecrets

func (c *Config) GetSecrets() error

func (*Config) Secrets

func (c *Config) Secrets() map[string]interface{}

type Configurer

type Configurer interface {
	Configure()
	GetSecrets() error
	Secrets() map[string]string
	ProjectName() string
}

Jump to

Keyboard shortcuts

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