status

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies struct {
	StateReader         state.Reader
	ConfigReader        config.Reader
	ActivationValidator activation.Validator
	StateAsJson         bool
}

Dependencies the dependencies of the status Policy module

type Policy

type Policy struct {
	Deps Dependencies
}

Policy the policy to apply

func (Policy) Apply

func (policy Policy) Apply() events.Event

Apply show the current status of git-team

type StateRetrievalFailed

type StateRetrievalFailed struct {
	Reason error
}

StateRetrievalFailed failed to get the current state

type StateRetrievalSucceeded

type StateRetrievalSucceeded struct {
	State       state.State
	StateAsJson bool
}

StateRetrievalSucceeded successfully got the current state

func (StateRetrievalSucceeded) String

func (s StateRetrievalSucceeded) String() string

Directories

Path Synopsis
cliadapter
cmd

Jump to

Keyboard shortcuts

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