setlicense

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Name = syncer.Name("setlicense")

Variables

View Source
var Module = fx.Module("setlicense",
	fx.Provide(
		fx.Annotate(
			New,
			fx.As(new(syncer.DriftSyncer)),
			fx.ResultTags(`group:"syncers"`),
		),
	),
)

Functions

This section is empty.

Types

type Config

type Config struct {
	License string `yaml:"license"`
}

type Syncer

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

func New

func New(logger *zapctx.Logger) *Syncer

func (*Syncer) Name

func (l *Syncer) Name() syncer.Name

func (*Syncer) Priority

func (l *Syncer) Priority() syncer.Priority

func (*Syncer) Run

Jump to

Keyboard shortcuts

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