validate.go 94 B

123456
  1. package tool_entities
  2. type ValidateCredentialsResult struct {
  3. Result bool `json:"result"`
  4. }