Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ rectangle
Struct
rectangle
micro/example_handler_test.go:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
rectangle
struct
{
25
height int
26
width int
27
}
28
29
// Handle is an implementation of micro.Handler used to
30
// calculate the area of a rectangle
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected