add encryption and get page
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package config
|
||||
|
||||
type Eway struct {
|
||||
Login string `toml:"login"`
|
||||
Password string `toml:"password"`
|
||||
SessionID string `toml:"session_id"`
|
||||
SessionUser string `toml:"session_user"`
|
||||
OwnerID string `toml:"owner_id"`
|
||||
|
||||
Reference in New Issue
Block a user