Skip to content

Commit

Permalink
Feat/operate (#230)
Browse files Browse the repository at this point in the history
* adding proto files and adding component operate

* fixing validation issues

* removing comments

* added documentation for function

* removed unwanted function

* fixing validation issues

* adding make lint changes

* fixing validation issues
  • Loading branch information
yashjaind11 authored and boppanasusanth committed Apr 30, 2024
1 parent 6b45668 commit 0ecddd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/operate/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"

"github.com/dream11/odin/internal/service"
fileUtil "github.com/dream11/odin/pkg/file"
fileUtil "github.com/dream11/odin/pkg/util"
serviceProto "github.com/dream11/odin/proto/gen/go/dream11/od/service/v1"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion pkg/file/file.go → pkg/util/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package file
package util

import (
"encoding/json"
Expand Down
10 changes: 5 additions & 5 deletions proto/gen/go/dream11/od/service/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ecddd0

Please sign in to comment.