Skip to content

Commit f6d02c0

Browse files
shivaji-kharsemangalaman93
authored andcommitted
regenerate protos
1 parent 6457040 commit f6d02c0

File tree

3 files changed

+15
-55
lines changed

3 files changed

+15
-55
lines changed

dgraph/cmd/root.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"github.com/spf13/viper"
2323

2424
"github.com/hypermodeinc/dgraph/v25/acl"
25-
sample "github.com/hypermodeinc/dgraph/v25/sammple"
2625

2726
"github.com/hypermodeinc/dgraph/v25/audit"
2827
"github.com/hypermodeinc/dgraph/v25/backup"
@@ -82,7 +81,7 @@ var subcommands = []*x.SubCommand{
8281
&bulk.Bulk, &cert.Cert, &conv.Conv, &live.Live, &alpha.Alpha, &zero.Zero, &version.Version,
8382
&debug.Debug, &migrate.Migrate, &debuginfo.DebugInfo, &upgrade.Upgrade, &decrypt.Decrypt, &increment.Increment,
8483
&checkupgrade.CheckUpgrade, &backup.Restore, &backup.LsBackup, &backup.ExportBackup, &acl.CmdAcl,
85-
&audit.CmdAudit, &mcp.Mcp, &dgraphimport.ImportCmd, &sample.Import,
84+
&audit.CmdAudit, &mcp.Mcp, &dgraphimport.ImportCmd,
8685
}
8786

8887
func initCmds() {

protos/pb/pb.pb.go

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sammple/sample.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)