mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-04-24 09:18:52 +02:00
Initial v1.0.0 commit
This commit is contained in:
10
vendor/github.com/gobuffalo/flect/rule.go
generated
vendored
Normal file
10
vendor/github.com/gobuffalo/flect/rule.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package flect
|
||||
|
||||
type ruleFn func(string) string
|
||||
|
||||
type rule struct {
|
||||
suffix string
|
||||
fn ruleFn
|
||||
}
|
||||
|
||||
func noop(s string) string { return s }
|
||||
Reference in New Issue
Block a user