Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -36,7 +36,7 @@ pub struct NodeService {
|
||||
}
|
||||
|
||||
impl NodeService {
|
||||
fn new(value: dagger_sdk::Query, service: impl Into<String>) -> Self {
|
||||
pub fn new(value: dagger_sdk::Query, service: impl Into<String>) -> Self {
|
||||
Self {
|
||||
client: value,
|
||||
service: service.into(),
|
||||
|
Reference in New Issue
Block a user