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.25.0 template/authentication.go.erb
haveapi-go-client-0.24.0 template/authentication.go.erb
haveapi-go-client-0.23.7 template/authentication.go.erb
haveapi-go-client-0.23.6 template/authentication.go.erb
haveapi-go-client-0.23.5 template/authentication.go.erb
haveapi-go-client-0.23.4 template/authentication.go.erb
haveapi-go-client-0.23.3 template/authentication.go.erb
haveapi-go-client-0.23.2 template/authentication.go.erb
haveapi-go-client-0.23.1 template/authentication.go.erb
haveapi-go-client-0.23.0 template/authentication.go.erb
haveapi-go-client-0.22.1 template/authentication.go.erb
haveapi-go-client-0.22.0 template/authentication.go.erb
haveapi-go-client-0.21.1 template/authentication.go.erb
haveapi-go-client-0.21.0 template/authentication.go.erb
haveapi-go-client-0.20.0 template/authentication.go.erb
haveapi-go-client-0.19.3 template/authentication.go.erb
haveapi-go-client-0.19.2 template/authentication.go.erb
haveapi-go-client-0.19.1 template/authentication.go.erb
haveapi-go-client-0.19.0 template/authentication.go.erb
haveapi-go-client-0.18.2 template/authentication.go.erb