config

package
v0.0.0-...-e749f68 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ConfigManager *config.ConfigManager
}

func (*Config) ApplyPendingChanges

func (c *Config) ApplyPendingChanges(ctx context.Context, params struct{}) (struct{}, error)

func (*Config) DiscardPendingChanges

func (c *Config) DiscardPendingChanges(ctx context.Context, params struct{}) (struct{}, error)

func (*Config) GetPendingChangelog

func (c *Config) GetPendingChangelog(ctx context.Context, params struct{}) (GetPendingChangelogResult, error)

func (*Config) GetPendingStatus

func (c *Config) GetPendingStatus(ctx context.Context, params struct{}) (GetPendingStatusResult, error)

type GetPendingChangelogResult

type GetPendingChangelogResult struct {
	Changelog diff.Changelog
}

type GetPendingStatusResult

type GetPendingStatusResult struct {
	Changed bool
}

Jump to

Keyboard shortcuts

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