MCPcopy Index your code
hub / github.com/gotify/server / noLogin

Method noLogin

api/user_test.go:437–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435}
436
437func (s *UserSuite) noLogin() {
438 auth.RegisterAuthentication(s.ctx, nil, 0, "")
439}
440
441func externalOf(user *model.User) *model.UserExternal {
442 return &model.UserExternal{Name: user.Name, Admin: user.Admin, ID: user.ID}

Calls 1

RegisterAuthenticationFunction · 0.92

Tested by

no test coverage detected