remove

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeAllocationFailed

type DeAllocationFailed struct {
	Reason error
}

DeAllocationFailed trying to remove an alias -> co-author assignment failed with Reason

type DeAllocationRequest

type DeAllocationRequest struct {
	Alias *string
}

DeAllocationRequest remove an alias -> coauthor assignment

type DeAllocationSucceeded

type DeAllocationSucceeded struct {
	Alias string
}

DeAllocationSucceeded successfully removed an alias -> co-author assignment

type Dependencies

type Dependencies struct {
	GitRemoveAlias func(string) error
}

Dependencies the dependencies of the remove Policy module

type Policy

type Policy struct {
	Deps Dependencies
	Req  DeAllocationRequest
}

Policy the policy to apply

func (Policy) Apply

func (policy Policy) Apply() events.Event

Apply remove an alias -> coauthor assignment

Directories

Path Synopsis
interfaceadapter
cmd

Jump to

Keyboard shortcuts

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