Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
feat: PinningRemoteServicesSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 25, 2020
1 parent ee48a3b commit 280c4db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions remotepin.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package config

const (
PinningTag = "Pinning"
PinningRemoteServicesTag = "Pinning.RemoteServices"
PinningTag = "Pinning"
RemoteServicesTag = "RemoteServices"
RemoteServicesSelector = PinningTag + "." + RemoteServicesTag
)

type Pinning struct {
Expand Down

0 comments on commit 280c4db

Please sign in to comment.