NewBuilder creates a Builder with default dependencies left unset. Use the fluent interface methods to configure the service before calling Build(). Returns: - *Builder: A new builder instance ready for configuration
()
| 79 | // Returns: |
| 80 | // - *Builder: A new builder instance ready for configuration |
| 81 | func NewBuilder() *Builder { |
| 82 | return &Builder{} |
| 83 | } |
| 84 | |
| 85 | // WithConfig sets the configuration instance used by the service. |
| 86 | // |
no outgoing calls