Gitex.Repo protocol
SourceSummary↑
| decode(repo, hash, bintype) |
| encode(repo, obj) |
| get_obj(repo, hash) |
| put_obj(repo, bintype) |
| resolve_ref(repo, ref) |
| set_ref(repo, ref, hash) |
| user(repo) |
Types ↑
blob :: binary
type :: :blob | :tag | :commit | :tree
t :: term
Functions
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
- user(t) :: nil | %{name: binary, email: binary}