You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current service layer design can only generate one type of server. There is a service that might need multiple types of server to install. Some of them requires mandatory server. (i.e. ChainLinkService)
The text was updated successfully, but these errors were encountered:
For ChainlinkService, it requires one initializerServer to operate chainlink Servers. So there are two types of server in this service; initializer and ChainlinkService.
In this case, we decided to add two methods inside the ChainlinkService class as below.
Our current service layer design can only generate one type of server. There is a service that might need multiple types of server to install. Some of them requires mandatory server. (i.e. ChainLinkService)
The text was updated successfully, but these errors were encountered: