MCPcopy Create free account
hub / github.com/git-bug/git-bug / RemoveAdministrator

Struct RemoveAdministrator

entity/dag/example_test.go:144–147  ·  view source on GitHub ↗

RemoveAdministrator is an operation to remove an administrator from the set

Source from the content-addressed store, hash-verified

142
143// RemoveAdministrator is an operation to remove an administrator from the set
144type RemoveAdministrator struct {
145 dag.OpBase
146 ToRemove []identity.Interface `json:"to_remove"`
147}
148
149func NewRemoveAdministratorOp(author identity.Interface, toRemove ...identity.Interface) *RemoveAdministrator {
150 return &RemoveAdministrator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected