Reorganaze modules, add auth processing.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
package config
|
||||
|
||||
import "time"
|
||||
|
||||
type YooKassa struct {
|
||||
BaseUrl string
|
||||
Timeout time.Duration
|
||||
Test bool
|
||||
|
||||
ApiBaseKey string
|
||||
ApiBaseSecret string
|
||||
|
||||
Reference in New Issue
Block a user