status

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: May 4, 2021 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
}

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
}

StateRetrievalSucceeded successfully got the current state

Directories

Path Synopsis
interfaceadapter
cmd

Jump to

Keyboard shortcuts

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