MCPcopy Create free account
hub / github.com/astercloud/aster / TestInterface

Struct TestInterface

pkg/asteros/asteros_test.go:369–372  ·  view source on GitHub ↗

测试用的简单 Interface 实现

Source from the content-addressed store, hash-verified

367
368// 测试用的简单 Interface 实现
369type TestInterface struct {
370 name string
371 typ string
372}
373
374func (i *TestInterface) Name() string {
375 return i.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected