Documentation ¶
Overview ¶
Package svc implements monitoring and scanning services of the API server.
Package svc implements monitoring and scanning services of the API server.
Index ¶
Constants ¶
View Source
const ( TestChainId = 1337 TestChainGasLimit = 10000000000 TestChainGasPrice = 6721975 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
EventHandler represents a function used to process event log record.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents the manager controlling services lifetime.
func New ¶
func New(cfg *config.Config, repo *repository.Repository, log *logger.AppLogger) *Manager
type TestChain ¶
type TestChain struct { RawRpc *client.Client AdminAcc *testAccount FunderAcc *testAccount ProjectsManagerAcc *testAccount ProjectOwnerAcc *testAccount DataProviderAcc *testAccount // contains filtered or unexported fields }
func SetupTestChain ¶
Click to show internal directories.
Click to hide internal directories.