package
0.0.0-20240731062821-dc9c76cc409b
Repository: https://github.com/daedaleanai/git-ticket.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DecodeKeyFingerprint decodes a 40 hex digits long fingerprint into bytes.
No description provided by the author
GetUserIdentity read the current user identity, set with a git config entry.
No description provided by the author
IsUserIdentitySet say if the user has set his identity.
MergeAll will merge all the available remote identity.
No description provided by the author
No description provided by the author
No description provided by the author
NewFromGitUser will query the repository for user detail and build the corresponding Identity.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadAllLocalIdentities read and parse all local Identity.
ReadAllRemoteIdentities read and parse all remote Identity for a given remote.
ReadCommit loads an identity data from a single commit in git.
ReadLocal load a local Identity from the identities data available in git.
ReadRemote load a remote Identity from the identities data available in git.
No description provided by the author
SetUserIdentity store the user identity's id in the git config.
Custom unmarshaling function to allow package user to delegate the decoding of an Identity and distinguish between an Identity and a Bare.
# Constants
No description provided by the author
# Variables
ClockLoader is the repository.ClockLoader for the Identity entity.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Bare is a very minimal identity, designed to be fully embedded directly along other data.
No description provided by the author
IdentityStub is an almost empty Identity, holding only the id.
Key hold a cryptographic public key.
No description provided by the author
DefaultResolver is a Resolver loading Identities directly from a Repo.
No description provided by the author
Version is a complete set of information about an Identity at a point in time.
No description provided by the author