Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wtfutil/wtf
/ Error
Method
Error
cfg/validatable.go:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
// Validatable is implemented by any value that validates a configuration setting
4
type
Validatable
interface
{
5
Error() error
6
HasError() bool
7
String() string
8
IntValue() int
Callers
15
content
Method · 0.65
content
Method · 0.65
TestReadQueryFileContent_InvalidYAML
Function · 0.65
TestReadQueryFileContent_NonexistentFile
Function · 0.65
TestReadQueryFile_NonYAMLFile
Function · 0.65
TestInitializeAzureAuthentication_EnvironmentVariables
Function · 0.65
TestCreateLogsClient_NilCredentials
Function · 0.65
TestInit_InvalidQueryPath
Function · 0.65
TestInit_NilQueryPath
Function · 0.65
TestRunQuery_MissingWorkspaceID
Function · 0.65
TestRunQuery_MissingSubscriptionID
Function · 0.65
content
Method · 0.65
Implementers
1
positionValidation
cfg/position_validation.go
Calls
no outgoing calls
Tested by
12
TestReadQueryFileContent_InvalidYAML
Function · 0.52
TestReadQueryFileContent_NonexistentFile
Function · 0.52
TestReadQueryFile_NonYAMLFile
Function · 0.52
TestInitializeAzureAuthentication_EnvironmentVariables
Function · 0.52
TestCreateLogsClient_NilCredentials
Function · 0.52
TestInit_InvalidQueryPath
Function · 0.52
TestInit_NilQueryPath
Function · 0.52
TestRunQuery_MissingWorkspaceID
Function · 0.52
TestRunQuery_MissingSubscriptionID
Function · 0.52
TestConvertJQLWithUsername_EmptyResponse
Function · 0.52
Test_RefreshInterval
Function · 0.52
Test_Attributes
Function · 0.52