Skip to content

Commit

Permalink
also add deprecation notice to User
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jul 22, 2024
1 parent a031832 commit 16990bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (
)

// User is the library representation of a user.
//
// Deprecated: use User from github.com/go-vela/server/api/types instead.
type User struct {
ID *int64 `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Expand Down

0 comments on commit 16990bd

Please sign in to comment.