Ittt #52
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ func NewHttpStore(upstream string) *HttpStore {
|
||||||
|
|
||||||
const nameHttp = "http"
|
const nameHttp = "http"
|
||||||
|
|
||||||
func (n *HttpStore) Name() string { return nameNoop }
|
func (n *HttpStore) Name() string { return nameHttp }
|
||||||
func (n *HttpStore) Has(hash string) (bool, error) {
|
func (n *HttpStore) Has(hash string) (bool, error) {
|
||||||
url := n.upstream + "/blob?hash=" + hash
|
url := n.upstream + "/blob?hash=" + hash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue