services

package
v0.0.0-...-da6763e Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmazonSesNotificationService

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

func (*AmazonSesNotificationService) Notify

func (s *AmazonSesNotificationService) Notify(method string, targets []string, title string, content string) error

type NotificationService

type NotificationService interface {
	Notify(method string, targets []string, title string, content string) error
}

func NewNotificationService

func NewNotificationService(config *configuration.AppConfig) NotificationService

type SecretService

type SecretService interface {
	GetGoogleApiKey() (string, error)
}

func NewSecretService

func NewSecretService(config *configuration.AppConfig) SecretService

type SecretsManagerSecretService

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

func (*SecretsManagerSecretService) GetGoogleApiKey

func (s *SecretsManagerSecretService) GetGoogleApiKey() (string, error)

Jump to

Keyboard shortcuts

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