index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
domain
/
id.go
blob: 117a9adbedb87d05be4b5defb10b9041f99f813f (
plain
)
1
2
3
4
5
6
7
package domain type ID string func (id ID) String() string { return string(id) }