bfs.go 136 B

12345678
  1. package model
  2. // BFSConf service bfs conf model
  3. type BFSConf struct {
  4. Host string
  5. AccessKey string
  6. AccessSecret string
  7. }