Mirror of a distributed, offline-first bug tracker embedded in git
1package entity 2 3import bootstrap "github.com/MichaelMure/git-bug/entity/boostrap" 4 5var ErrNoPrivateKey = bootstrap.ErrNoPrivateKey 6 7type Key = bootstrap.Key 8 9type Identity = bootstrap.Identity