github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/internal/pkg/model/config.go (about)

     1  package model
     2  
     3  type Config struct {
     4  	Version  float64
     5  	Language string
     6  	//DBType string
     7  }