index
:
git-bug
devel
master
update_mods
Distributed, offline-first bug tracker embedded in git, with bridges
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
entity
/
interface.go
blob: dd5d69b1edf13a2a80df417ab4f66ac780af7864 (
plain
) (
blame
)
1
2
3
4
5
6
package
entity
type
Interface
interface
{
// Id return the Entity identifier
Id
()
Id
}