8 lines
122 B
Go
8 lines
122 B
Go
|
package main
|
||
|
|
||
|
import "git.agecem.com/bottin/bottin/v10/pkg/bottin"
|
||
|
|
||
|
type Config struct {
|
||
|
Bottin bottin.APIClientConfig
|
||
|
}
|