mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-19 01:05:37 +03:00
Weird, git didn't commit this closing curly brace
This commit is contained in:
parent
98bba33861
commit
11bf28f783
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ type Storage interface {
|
||||||
// persisted users in storage.
|
// persisted users in storage.
|
||||||
MostRecentUserEmail() string
|
MostRecentUserEmail() string
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// ErrNotExist is returned by Storage implementations when
|
// ErrNotExist is returned by Storage implementations when
|
||||||
// a resource is not found. It is similar to os.ErrNotExist
|
// a resource is not found. It is similar to os.ErrNotExist
|
||||||
// except this is a type, not a variable.
|
// except this is a type, not a variable.
|
||||||
|
|
Loading…
Reference in a new issue