Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gotify/server
/ functions
Functions
910 in github.com/gotify/server
⨍
Functions
910
◇
Types & classes
173
Method
TestHealthSuccess
()
api/health_test.go:40
Function
TestHealthSuite
(t *testing.T)
api/health_test.go:15
Method
TestInitializePlugin_alreadyEnabledInConf_expectAutoEnable
()
plugin/manager_test.go:195
Method
TestInitializePlugin_alreadyEnabledInConf_failedToLoadConfig_disableAutomatically
()
plugin/manager_test.go:209
Method
TestInitializePlugin_alreadyEnabled_cannotEnable_disabledAutomatically
()
plugin/manager_test.go:224
Method
TestInitializePlugin_alreadyLoaded_expectError
()
plugin/manager_test.go:191
Method
TestInitializePlugin_brokenPlugin_expectError
()
plugin/manager_test.go:175
Method
TestInitializePlugin_directoryInvalid_expectError
()
plugin/manager_test.go:167
Method
TestInitializePlugin_invalidPlugin_expectError
()
plugin/manager_test.go:171
Method
TestInitializePlugin_noOpIfDotFile
()
plugin/manager_test.go:149
Method
TestInitializePlugin_noOpIfEmpty
()
plugin/manager_test.go:145
Method
TestInitializePlugin_noOpIfSubDir
()
plugin/manager_test.go:160
Method
TestInitializePlugin_userIDNotExist_expectError
()
plugin/manager_test.go:240
Method
TestInstantiatePlugin
()
plugin/compat/wrap_test.go:64
Function
TestIntegrationSuite
(t *testing.T)
router/router_test.go:25
Function
TestInvalidDialect
(t *testing.T)
database/database_test.go:39
Function
TestInvalidMode
(t *testing.T)
mode/mode_test.go:31
Function
TestInvalidOrigin
(t *testing.T)
router/router_test.go:143
Function
TestKeys
(t *testing.T)
fracdex/fracdex_test.go:12
Function
TestManagerSuite
(t *testing.T)
plugin/manager_test.go:355
Method
TestMessage
()
database/message_test.go:12
Function
TestMessageDirectlyAfterConnect
(t *testing.T)
api/stream/stream_test.go:160
Function
TestMessageSuite
(t *testing.T)
api/message_test.go:20
Method
TestMessenger_sendMessageWithExtras
()
plugin/compat/v1_test.go:110
Method
TestMessenger_sendMessageWithoutExtras
()
plugin/compat/v1_test.go:136
Function
TestMigrateSortKey
(t *testing.T)
database/database_test.go:77
Function
TestMigration
(t *testing.T)
database/migration_test.go:14
Method
TestMigration
()
database/migration_test.go:45
Function
TestMultipleClients
(t *testing.T)
api/stream/stream_test.go:363
Function
TestNKeys
(t *testing.T)
fracdex/fracdex_test.go:60
Function
TestNewManager_CannotLoadDirectory_expectError
(t *testing.T)
plugin/manager_test.go:359
Function
TestNewManager_InternalApplicationManagement
(t *testing.T)
plugin/manager_test.go:369
Function
TestNewManager_NonPluginFile_expectError
(t *testing.T)
plugin/manager_test.go:364
Function
TestNotAddSlash
(t *testing.T)
config/config_test.go:52
Function
TestNotFound
(t *testing.T)
error/notfound_test.go:11
Method
TestNothingProvided
()
auth/authentication_test.go:90
Method
TestOptionalAuth
()
auth/authentication_test.go:185
Method
TestOptionsRequest
()
router/router_test.go:318
Function
TestPanicsOnMkdirError
(t *testing.T)
database/database_test.go:66
Function
TestPasswordFailure
(t *testing.T)
auth/password/password_test.go:14
Function
TestPasswordSuccess
(t *testing.T)
auth/password/password_test.go:9
Function
TestPing
(t *testing.T)
api/stream/stream_test.go:102
Method
TestPing_onClosedDB
()
database/ping_test.go:12
Method
TestPing_onValidDB
()
database/ping_test.go:7
Method
TestPluginConf
()
database/plugin_test.go:9
Function
TestPluginFileLoadError
(t *testing.T)
plugin/manager_test.go:447
Function
TestPluginInfoStringer
(t *testing.T)
plugin/compat/plugin_test.go:11
Method
TestPluginLoadFail_expectPanic
()
router/router_test.go:358
Function
TestPluginSuite
(t *testing.T)
api/plugin_test.go:24
Function
TestProdMode
(t *testing.T)
mode/mode_test.go:24
Function
TestProjectPath
(t *testing.T)
test/filepath_test.go:11
Method
TestQueryToken
()
auth/authentication_test.go:53
Method
TestRegisterWebhook
()
plugin/compat/wrap_test.go:97
Method
TestRemoveUser_DisableFail_cannotRemove
()
plugin/manager_test.go:293
Method
TestRemoveUser_danglingConf_expectSuccess
()
plugin/manager_test.go:302
Function
TestRequirePluginEnabled
(t *testing.T)
plugin/pluginenabled_test.go:13
Method
TestSendMessage
()
router/router_test.go:326
Function
TestServe
(t *testing.T)
docs/swagger_test.go:13
Method
TestSetConfig
()
plugin/compat/wrap_test.go:87
Method
TestSetPluginEnabled
()
plugin/manager_test.go:244
Method
TestSetPluginEnabled_DisableReturnsError_cannotDisable
()
plugin/manager_test.go:265
Method
TestSetPluginEnabled_EnableReturnsError_cannotEnable
()
plugin/manager_test.go:251
Method
TestSetPluginEnabled_expectNotFound
()
plugin/manager_test.go:351
Method
TestStorage
()
plugin/manager_test.go:332
Method
TestStorager
()
plugin/compat/v1_test.go:73
Function
TestSuite
(t *testing.T)
auth/authentication_test.go:17
Function
TestTestDevMode
(t *testing.T)
mode/mode_test.go:17
Function
TestTmpDir
(t *testing.T)
test/tmpdir_test.go:10
Function
TestToFloat64Approx
(t *testing.T)
fracdex/fracdex_test.go:85
Function
TestTokenGeneration
(t *testing.T)
test/token_test.go:9
Function
TestTokenGeneration
(t *testing.T)
api/tokens_test.go:10
Function
TestTokenHavePrefix
(t *testing.T)
auth/token_test.go:13
Method
TestTriggerMessage
()
plugin/manager_test.go:320
Function
TestUI
(t *testing.T)
docs/ui_test.go:12
Method
TestUser
()
database/user_test.go:9
Method
TestUserPlugins
()
database/user_test.go:77
Function
TestUserSuite
(t *testing.T)
api/user_test.go:20
Function
TestUtilSuite
(t *testing.T)
auth/util_test.go:14
Function
TestV1Wrapper
(t *testing.T)
plugin/compat/v1_test.go:158
Function
TestValidationError
(t *testing.T)
error/handler_test.go:56
Method
TestVersionInfo
()
router/router_test.go:56
Method
TestWebhook_blockedIfDisabled
()
plugin/manager_test.go:120
Method
TestWebhook_successIfEnabled
()
plugin/manager_test.go:130
Function
TestWithAlreadyExistingSqliteFolder
(t *testing.T)
database/database_test.go:56
Function
TestWithWd
(t *testing.T)
test/filepath_test.go:16
Function
TestWrapIncompatiblePlugins
(t *testing.T)
plugin/compat/wrap_test.go:132
Function
TestWriteMessageFails
(t *testing.T)
api/stream/stream_test.go:39
Function
TestWritePingFails
(t *testing.T)
api/stream/stream_test.go:69
Method
Test_Apps
()
test/testdb/database_test.go:95
Function
Test_BodyEquals
(t *testing.T)
test/asserts_test.go:25
Function
Test_BodyEquals_failing
(t *testing.T)
test/asserts_test.go:35
Method
Test_Clients
()
test/testdb/database_test.go:63
Method
Test_CreateApplication_expectBadRequestOnEmptyName
()
api/application_test.go:103
Method
Test_CreateApplication_ignoresReadOnlyPropertiesInParams
()
api/application_test.go:116
Method
Test_CreateApplication_mapAllParameters
()
api/application_test.go:67
Method
Test_CreateApplication_onlyRequiredParameters
()
api/application_test.go:161
Method
Test_CreateApplication_returnsApplicationWithID
()
api/application_test.go:175
Method
Test_CreateApplication_withExistingToken
()
api/application_test.go:195
Method
Test_CreateClient_expectBadRequestOnEmptyName
()
api/client_test.go:94
Method
Test_CreateClient_ignoresReadOnlyPropertiesInParams
()
api/client_test.go:79
← previous
next →
601–700 of 910, ranked by callers