Skip to content

Commit

Permalink
Update util/request_source.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hu# <ihusharp@gmail.com>
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch and HuSharp committed Jul 6, 2023
1 parent b2b79e4 commit 69d736f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions util/request_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ const (
)

// explicit source types.
type ExplicitType string

const (
ExplicitTypeDefault = ""
ExplicitTypeLightning = "lightning"
ExplicitTypeBR = "br"
ExplicitTypeDumpling = "dumpling"
ExplicitTypeBackground = "background"
ExplicitTypeDefault ExplicitType = ""
ExplicitTypeLightning ExplicitType = "lightning"
ExplicitTypeBR ExplicitType = "br"
ExplicitTypeDumpling ExplicitType = "dumpling"
ExplicitTypeBackground ExplicitType = "background"
)

// ExplicitTypeList is the list of all explicit source types.
Expand Down

0 comments on commit 69d736f

Please sign in to comment.