11 lines
225 B
Go
11 lines
225 B
Go
package trade
|
|
|
|
// Load the server's private key
|
|
func Load(password string, path string) PrivServer {
|
|
return res
|
|
}
|
|
|
|
// Save the server's private key
|
|
func Save(password string, path string, s PrivServer) error {
|
|
return err
|
|
}
|