cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.4.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

internal/config/rate.go

8lines · modecode

1package config
2
3type RateSettings struct {
4}
5
6func (rs RateSettings) validate() error {
7 return nil
8}
9