const.go 77 B

123456
  1. package test
  2. const (
  3. daprHttpPort = 10080
  4. stateStoreName = "dapr_api"
  5. )