github.com/thanos-io/thanos@v0.32.5/internal/cortex/util/flagext/time.go (about) 1 // Copyright (c) The Cortex Authors. 2 // Licensed under the Apache License 2.0. 3 4 package flagext 5 6 import ( 7 "time" 8 ) 9 10 // Time usable as flag or in YAML config. 11 type Time time.Time