MCPcopy Create free account
hub / github.com/bufbuild/buf-examples / ViolationSpec

Class ViolationSpec

protovalidate/grpc-python/start/invoice_server_test.py:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclass
34class ViolationSpec:
35 rule_id: str
36 field_path: str
37 message: str
38
39
40class InvoiceServerTest(unittest.TestCase):

Calls

no outgoing calls