chore: remove unused user id

This commit is contained in:
Steven
2025-01-10 23:35:00 +08:00
parent 3081015692
commit 8b7e9f5443
16 changed files with 81 additions and 89 deletions

View File

@@ -24,7 +24,7 @@ const (
type WorkspaceProfile struct {
state protoimpl.MessageState `protogen:"open.v1"`
// The name of instance owner.
// Format: "users/{id}"
// Format: users/{user}
Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
// version is the current version of instance
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`