MCPcopy Create free account
hub / github.com/evilsocket/sum / Vector

Interface Vector

backend/backend.go:5–5  ·  view source on GitHub ↗

Vector is an opaque interface to whatever the specific backend implementation will return as object wrapper.

Source from the content-addressed store, hash-verified

3// Vector is an opaque interface to whatever the specific backend implementation
4// will return as object wrapper.
5type Vector interface{}
6
7type implementation interface {
8 Name() string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected