list

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2020 License: MIT Imports: 4 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 {
	GitGetAssignments func() (map[string]string, error)
}

Dependencies the dependencies of the list 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 available assignments

type RetrievalFailed

type RetrievalFailed struct {
	Reason error
}

RetrievalFailed listing the available assignments failed

type RetrievalSucceeded

type RetrievalSucceeded struct {
	Assignments []assignment.Assignment
}

RetrievalSucceeded listing the available assignments succeeded

Directories

Path Synopsis
interfaceadapter
cmd

Jump to

Keyboard shortcuts

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