Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DgraphComponent ¶
type DgraphComponent interface {
DgraphSchemaRepository() schema.Repository
}
DgraphComponent containes dependencies for accessing to Dgraph.
type FileComponent ¶
type FileComponent interface {
FileSchemaRepository() schema.Repository
}
FileComponent containes dependencies for accessing to local filesystem.
type GrpcComponent ¶
GrpcComponent contains GrpcPool instances
type RootComponent ¶
type RootComponent interface { SystemComponent DgraphComponent ServiceComponent }
RootComponent contains dependencies for this app.
type ServiceComponent ¶
type ServiceComponent interface { ShowSchemaDiffService() service.ShowSchemaDiffService ApplySchemaDiffService() service.ApplySchemaDiffService }
ServiceComponent contains service implementations.
Click to show internal directories.
Click to hide internal directories.