Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrModuleNotFound occurs when a module cannot be found in the graph ErrModuleNotFound = status.Error(codes.NotFound, "failed to locate module") // ErrPartialDeletion occurs when a partial deletion occurs during Put ErrPartialDeletion = status.Error(codes.Internal, "failed to delete removed edges") // ErrPartialInsertion occurs when a partial insertion occurs during Put ErrPartialInsertion = status.Error(codes.Internal, "failed to insert new edges") // ErrUnimplemented occurs when a method has not yet been implemented ErrUnimplemented = status.Error(codes.Unimplemented, "unimplemented") // ErrUnsupported occurs when calling a rw method on a read only service ErrUnsupported = status.Error(codes.NotFound, "read only") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Code generated for package swagger by go-bindata DO NOT EDIT.
|
Code generated for package swagger by go-bindata DO NOT EDIT. |
v1alpha
|
|
extractor
Package extractor is a reverse proxy.
|
Package extractor is a reverse proxy. |
tracker
Package tracker is a reverse proxy.
|
Package tracker is a reverse proxy. |
Package v1beta is a reverse proxy.
|
Package v1beta is a reverse proxy. |
graphstore
Package graphstore is a reverse proxy.
|
Package graphstore is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.