No package summary is available.
Package
Tests
Files: 1. Third party imports: 0. Imports from organisation: 0. Tests: 0. Benchmarks: 3.
Types
accessLogTestCase
accessLogTestCase defines the test inputs.
| Field name | Field type | Comment |
|---|---|---|
| name |
|
No comment on field. |
| hashKeys |
|
No comment on field. |
| accessLogsEnabled |
|
No comment on field. |
| statusCode |
|
No comment on field. |
type accessLogTestCase struct {
name string
hashKeys bool
accessLogsEnabled bool
statusCode int
}