mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
SupportBundles: Build tars in memory (#61581)
* build tar in memory * match tag
This commit is contained in:
@ -23,10 +23,10 @@ func (s State) String() string {
|
||||
type Bundle struct {
|
||||
UID string `json:"uid"`
|
||||
State State `json:"state"`
|
||||
FilePath string `json:"filePath"`
|
||||
Creator string `json:"creator"`
|
||||
CreatedAt int64 `json:"createdAt"`
|
||||
ExpiresAt int64 `json:"expiresAt"`
|
||||
TarBytes []byte `json:"tarBytes,omitempty"`
|
||||
}
|
||||
|
||||
type CollectorFunc func(context.Context) (*SupportItem, error)
|
||||
|
Reference in New Issue
Block a user