Documentation
¶
Overview ¶
Package digest는 기간 안의 위키 변화를 집계한다. 상태를 남기지 않으므로 같은 위키에 같은 기준 시각을 주면 몇 번을 돌려도 같은 결과가 나온다. ADR 0028.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Days int `json:"days"`
Since string `json:"since"`
Until string `json:"until"`
StaleDays int `json:"staleDays"`
Created []string `json:"created"`
Stale []string `json:"stale"`
Orphans []string `json:"orphans"`
}
Result는 digest 집계 결과다. 슬러그 목록은 항목별로 정렬되어 있다. 승급 집계는 없다. promote 가 승급 시각을 프론트매터에 남기지 않으므로 시각이 없는 집계는 지어낼 수밖에 없어 뺐다.
Click to show internal directories.
Click to hide internal directories.