mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-24 03:59:08 +02:00
first commit
This commit is contained in:
commit
0c8af21fab
95 changed files with 5312 additions and 0 deletions
8
server/internal/config/config.go
Normal file
8
server/internal/config/config.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package config
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
type Config interface {
|
||||
Init(cmd *cobra.Command) error
|
||||
Set()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue