Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ ReadFile
Method
ReadFile
pkg/config/tlsconfig/config.go:135–135 ·
view source on GitHub ↗
(filename string)
Source
from the content-addressed store, hash-verified
133
// FileReader is the interface used to read TLS certificates and keys.
134
type
FileReader
interface
{
135
ReadFile(filename string) ([]byte, error)
136
}
137
138
type
fetcherFileReader
struct
{
Callers
15
fixBunSplit
Function · 0.65
loadFile
Method · 0.65
CheckNewFiles
Method · 0.65
File
Method · 0.65
testBand
Function · 0.65
compareMessageToGolden
Function · 0.65
TestMailDir
Function · 0.65
TestHTTP
Function · 0.65
TestInteropTLS
Function · 0.65
ReadFile
Function · 0.65
util_test.go
File · 0.65
fetchSenderClientCAs
Function · 0.65
Implementers
1
fetcherFileReader
pkg/config/tlsconfig/config.go
Calls
no outgoing calls
Tested by
8
testBand
Function · 0.52
compareMessageToGolden
Function · 0.52
TestMailDir
Function · 0.52
TestHTTP
Function · 0.52
TestInteropTLS
Function · 0.52
TestMarshalers
Function · 0.52
TestProfile
Function · 0.52
TestOpenConnection
Function · 0.52