svc_module

package
v0.0.0-...-53c1a21 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Module

func Module(service, domain string) fx.Option

func WithProjectID

func WithProjectID(projectID string) fx.Option

Types

type Domain

type Domain string

type OptionalConfig

type OptionalConfig struct {
	fx.In

	ProjectID ProjectID `optional:"true"`
	Service   Service   `optional:"true"`
	Domain    Domain    `optional:"true"`
}

func (OptionalConfig) GetDomain

func (cfg OptionalConfig) GetDomain() string

func (OptionalConfig) GetProjectID

func (cfg OptionalConfig) GetProjectID() string

func (OptionalConfig) GetService

func (cfg OptionalConfig) GetService() string

type ProjectID

type ProjectID string

type Service

type Service string

Jump to

Keyboard shortcuts

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