mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-19 20:46:40 +00:00
Remove armhf/armv7 support from faasd
See notes in: #364 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
MakefileREADME.mdmodules.txt
docs
go.modgo.sumhack
pkg
vendor
github.com
AdaLogics
go-fuzz-headers
Microsoft
go-winio
.golangci.ymlbackup.goprivilege.gosd.gotools.go
backuptar
file.gofileinfo.gohvsock.gointernal
pipe.gopkg
bindfilter
tools
mkwinsyscall
vhd
zsyscall_windows.gohcsshim
.gitignore.golangci.ymlMakefileProtobuild.toml
computestorage
internal
hcs
hns
interop
log
oc
security
vmcompute
wclayer
winapi
osversion
tools.gozsyscall_windows.gocontainerd
containerd
.cirrus.yml.golangci.yml.mailmapBUILDING.mdMakefileRELEASES.mdVagrantfilediff.gohandlers.gotask.gotask_opts.go
api
services
archive
cio
client.gocontainer.gocontainer_opts.gocontainer_opts_unix.gocontainerstore.gocontent
contrib
seccomp
kernelversion
diff
errdefs
events.goevents
exchange
filters
identifiers
image.goimage_store.goimages
import.golabels
leases
proxy
log
mount
namespaces.gonamespaces
oci
pkg
deprecation
dialer
transfer
unpack
platforms
cpuinfo.gocpuinfo_linux.gocpuinfo_other.godefaults_windows.goplatforms.goplatforms_other.goplatforms_windows.go
plugin
process.gopull.goremotes
docker
auth
authorizer.goconverter.goconverter_fuzz.gofetcher.gohandler.gohttpreadseeker.gopusher.goresolver.goschema1
status.gorootfs
sandbox
services
snapshots
proxy
tracing
transfer.goversion
continuity
fs
errdefs
log
ttrpc
typeurl
v2
cyphar
felixge
httpsnoop
google
moby
opencontainers
go.opentelemetry.io
contrib
instrumentation
net
http
otel
.codespellignore.codespellrc.gitignore.golangci.ymlCHANGELOG.mdCODEOWNERSCONTRIBUTING.mdMakefileREADME.mdRELEASING.md
attribute
baggage
codes
handler.gointernal
metric.gometric
LICENSEasyncfloat64.goasyncint64.goconfig.godoc.go
requirements.txtembedded
instrument.gometer.gosyncfloat64.gosyncint64.gosemconv
internal
v2
v1.17.0
httpconv
v1.21.0
trace
version.goversions.yamlgolang.org
x
mod
tools
LICENSEPATENTS
cmd
stringer
go
gcexportdata
internal
packagesdriver
packages
types
objectpath
internal
aliases
event
gcimporter
bimport.goexportdata.gogcimporter.goiexport.goiimport.gonewInterface10.gonewInterface11.gosupport_go118.gounified_no.gounified_yes.goureader_yes.go
gocommand
packagesinternal
pkgbits
codes.godecoder.godoc.goencoder.goflags.goframes_go1.goframes_go17.goreloc.gosupport.gosync.gosyncmarker_string.go
tokeninternal
typeparams
typesinternal
versions
google.golang.org
genproto
googleapis
rpc
grpc
README.mdcall.goclientconn.gocodec.godialoptions.gointerceptor.gopicker_wrapper.gopickfirst.gopreloader.go
attributes
balancer
balancer_conn_wrappers.gobinarylog
grpc_binarylog_v1
encoding
grpclog
health
grpc_health_v1
internal
backoff
balancer
gracefulswitch
balancerload
binarylog
buffer
channelz
credentials
envconfig
grpclog
grpcrand
grpcsync
idle
internal.gometadata
pretty
resolver
status
transport
resolver
resolver_conn_wrapper.gorpc_util.goserver.goshared_buffer_pool.gostats
status
stream.gotap
trace.goversion.govet.sh
10
vendor/github.com/felixge/httpsnoop/docs.go
generated
vendored
Normal file
10
vendor/github.com/felixge/httpsnoop/docs.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// Package httpsnoop provides an easy way to capture http related metrics (i.e.
|
||||
// response time, bytes written, and http status code) from your application's
|
||||
// http.Handlers.
|
||||
//
|
||||
// Doing this requires non-trivial wrapping of the http.ResponseWriter
|
||||
// interface, which is also exposed for users interested in a more low-level
|
||||
// API.
|
||||
package httpsnoop
|
||||
|
||||
//go:generate go run codegen/main.go
|
Reference in New Issue
Block a user