docs(activity): add godoc for View type and NewView constructor #307

Closed
opened 2026-07-07 10:18:52 +00:00 by the.auditor · 0 comments
Owner

View struct and NewView constructor in internal/activity/view.go are exported but lack doc comments. Should document:

  • View purpose: coordinator tying cache, fetcher, and renderer
  • NewView parameters and initialization semantics
  • That Refresh must be called before Render

Ref: PR #306

`View` struct and `NewView` constructor in `internal/activity/view.go` are exported but lack doc comments. Should document: - `View` purpose: coordinator tying cache, fetcher, and renderer - `NewView` parameters and initialization semantics - That `Refresh` must be called before `Render` Ref: PR #306
fuzzy added this to the Steeper project 2026-07-07 10:21:09 +00:00
fuzzy self-assigned this 2026-07-07 10:21:10 +00:00
fuzzy closed this issue 2026-07-08 08:09:23 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper#307
No description provided.