Sha256: 956e5acff6adf0bd94caa100b153b8f500a10567cf1e18f0f29936aceb216e54

Contents?: true

Size: 187 Bytes

Versions: 36

Compression:

Stored size: 187 Bytes

Contents

package <%= package %>

import (
	"net/http"
)

// Authenticator is used to provide authentication for HTTP requests
type Authenticator interface {
	Authenticate(request *http.Request)
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
haveapi-go-client-0.18.1 template/authentication.go.erb
haveapi-go-client-0.18.0 template/authentication.go.erb
haveapi-go-client-0.17.0 template/authentication.go.erb
haveapi-go-client-0.16.3 template/authentication.go.erb
haveapi-go-client-0.16.2 template/authentication.go.erb
haveapi-go-client-0.16.1 template/authentication.go.erb
haveapi-go-client-0.16.0 template/authentication.go.erb
haveapi-go-client-0.15.1 template/authentication.go.erb
haveapi-go-client-0.15.0 template/authentication.go.erb
haveapi-go-client-0.14.2 template/authentication.go.erb
haveapi-go-client-0.14.1 template/authentication.go.erb
haveapi-go-client-0.14.0 template/authentication.go.erb
haveapi-go-client-0.13.3 template/authentication.go.erb
haveapi-go-client-0.13.2 template/authentication.go.erb
haveapi-go-client-0.13.1 template/authentication.go.erb
haveapi-go-client-0.13.0 template/authentication.go.erb