Versions in this module Expand all Collapse all v1 v1.8.1 Jun 8, 2026 v1.8.0 Oct 16, 2025 Changes in this version + type LogsResource struct + func NewLogsResource(client client.Client) *LogsResource + func (r *LogsResource) Definition() ResourceDefinition + func (r *LogsResource) GetContent(ctx context.Context, uri string) (io.Reader, string, error) + func (r *LogsResource) GetResourceTemplate() ResourceTemplate + func (r *LogsResource) IsAvailable(ctx context.Context, uri string) bool + type Resource interface + Definition func() ResourceDefinition + GetContent func(ctx context.Context, uri string) (io.Reader, string, error) + IsAvailable func(ctx context.Context, uri string) bool + type ResourceDefinition struct + Description string + Metadata map[string]interface{} + MimeType string + Name string + URI string + type ResourceTemplate struct + Description string + MimeType string + Name string + URITemplate string