Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

introspection: rename package, rm ListenAddr() from interface. #111

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

raulk
Copy link
Member

@raulk raulk commented Feb 7, 2020

  • I think the introspection package name is more intuitive.
  • The ListenAddrs() method shouldn't be part of this interface. An introspector is the thing that performs the introspection, which can be injected in an introspection server to serve the data over an endpoint -- the latter is where the listen addresses belong.

@raulk raulk requested a review from aarshkshah1992 February 7, 2020 11:49
@raulk raulk force-pushed the feat/introspection-adjust branch from ee8012e to 7276de2 Compare February 7, 2020 11:51
@raulk
Copy link
Member Author

raulk commented Feb 7, 2020

Gonna merge this into the feature branch, to make go.mod version management easier.

@raulk raulk merged commit a52ff09 into feat/introspection Feb 7, 2020
@raulk raulk deleted the feat/introspection-adjust branch February 7, 2020 14:53
@aarshkshah1992
Copy link
Contributor

@raulk LGTM.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants