refs.go
1package entity
2
3import (
4 bootstrap "github.com/MichaelMure/git-bug/entity/boostrap"
5)
6
7// RefsToIds parse a slice of git references and return the corresponding Entity's Id.
8var RefsToIds = bootstrap.RefsToIds
9
10// RefToId parse a git reference and return the corresponding Entity's Id.
11var RefToId = bootstrap.RefToId