Documentation ¶ Overview ¶ Package config contains config related utilities. Index ¶ func Config(v reflect.Value) any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Config ¶ func Config(v reflect.Value) any Config calls the WithConfig.Config method on the provided value and returns the result. If the provided value doesn't have a WithConfig.Config method, Config returns nil. Config panics if the provided value is not a pointer to a struct. Types ¶ This section is empty. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.