Skip to content

Use Builder pattern to initialize clients #22

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions