configmanager

package
v0.0.0-...-52a41df Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	// contains filtered or unexported methods
}

func NewRepository

func NewRepository(db *sqlx.DB) Repository

type Service

type Service interface {
	FindByConfigName(aspspId, configName string) (string, error)
}

func NewService

func NewService(repository Repository, ch cache.Cache) Service

Jump to

Keyboard shortcuts

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