Skip to content

Use Builder pattern to initialize clients #22

@0xRampey

Description

@0xRampey

Currently, we pass in init params for all clients through a constructor. This is confusing and doesn't look clean.

func (d *ClientBuilder) InitClients(

Use the builder pattern to only pass params for the clients we want.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions