UnimplementedCborMarshal() — fiber Function Reference
Architecture documentation for the UnimplementedCborMarshal() function in cbor.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 63ec67b8_554c_267a_654b_4befb0323a7a["UnimplementedCborMarshal()"] e572731a_2c53_4da8_8557_00efa1c2c009["cbor.go"] 63ec67b8_554c_267a_654b_4befb0323a7a -->|defined in| e572731a_2c53_4da8_8557_00efa1c2c009 style 63ec67b8_554c_267a_654b_4befb0323a7a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
binder/cbor.go lines 29–31
func UnimplementedCborMarshal(_ any) ([]byte, error) {
panic("Must explicitly setup CBOR, please check docs: https://docs.gofiber.io/next/guide/advance-format#cbor")
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does UnimplementedCborMarshal() do?
UnimplementedCborMarshal() is a function in the fiber codebase, defined in binder/cbor.go.
Where is UnimplementedCborMarshal() defined?
UnimplementedCborMarshal() is defined in binder/cbor.go at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free