mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 23:50:00 +08:00
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
@server(
|
|
foo: bar
|
|
bar: baz
|
|
baz: foo
|
|
qux: /v1
|
|
quux: /v1/v2
|
|
middleware: M1,M2
|
|
timeout1: 1h
|
|
timeout2: 10m
|
|
timeout3: 10s
|
|
timeout4: 10ms
|
|
timeout5: 10µs
|
|
timeout6: 10ns
|
|
timeout7: 1h10m10s10ms10µs10ns
|
|
maxBytes: 1024
|
|
) |