mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 09:37:02 +00:00
Move Meta to cmd package
This commit is contained in:
@@ -5,12 +5,13 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/directorz/mailfull-go"
|
||||
"github.com/directorz/mailfull-go/cmd"
|
||||
"github.com/jsimonetti/pwscheme/ssha"
|
||||
)
|
||||
|
||||
// CmdUserCheckPw represents a CmdUserCheckPw.
|
||||
type CmdUserCheckPw struct {
|
||||
Meta
|
||||
cmd.Meta
|
||||
}
|
||||
|
||||
// Synopsis returns a one-line synopsis.
|
||||
|
||||
Reference in New Issue
Block a user