Skip to content

Commit

Permalink
Add prefix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Aug 9, 2023
1 parent 1e68bf5 commit 0ed5d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ type Provider struct {
ID string `yaml:"id" validate:"required"`
Address string `yaml:"addr" validate:"required"`
}

// prefix
const (
IpfsLinkPrefix = "ipfs://"
)

0 comments on commit 0ed5d65

Please sign in to comment.