MCPcopy Index your code
hub / github.com/git-bug/git-bug / AddAdministrator

Struct AddAdministrator

entity/dag/example_test.go:107–110  ·  view source on GitHub ↗

AddAdministrator is an operation to add a new administrator in the set

Source from the content-addressed store, hash-verified

105
106// AddAdministrator is an operation to add a new administrator in the set
107type AddAdministrator struct {
108 dag.OpBase
109 ToAdd []identity.Interface `json:"to_add"`
110}
111
112func NewAddAdministratorOp(author identity.Interface, toAdd ...identity.Interface) *AddAdministrator {
113 return &AddAdministrator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected