package ss
const (
method = "method"
password = "password"
)
type metadata struct {
method string
password string
}