Versions in this module Expand all Collapse all v0 v0.9.5 Sep 1, 2025 v0.9.4 Jul 15, 2025 Changes in this version + func Create(client *golangsdk.ServiceClient, opts CreateOpts) error + func Delete(client *golangsdk.ServiceClient, id string) (err error) + func Update(client *golangsdk.ServiceClient, opts CreateOpts) error + type BriefCustomTemplate struct + CreatedAt int64 + ID string + Name string + ProjectId string + Type string + func ListBrief(client *golangsdk.ServiceClient) ([]BriefCustomTemplate, error) + type ClusterResponse struct + Address string + ClusterName string + SslEnable bool + type CreateOpts struct + DemoFields []Field + LogGroupId string + LogStreamId string + Name string + QuickAnalysis *bool + TagFields []Field + TemplateId *string + Type string + type CustomTemplate struct + CreatedAt int64 + DemoFields []FieldFullResponse + DemoLabel string + DemoLog string + ID string + Name string + ProjectId string + Rule *RuleResponse + TagFields []FieldResponse + Type string + func List(client *golangsdk.ServiceClient, opts ListOpts) ([]CustomTemplate, error) + type Field struct + IsAnalysis *bool + Name string + type FieldFullResponse struct + Content string + Index int + IsAnalysis bool + Name string + Relation string + Type string + UserDefinedName string + type FieldResponse struct + Content string + Index int + IsAnalysis bool + IsLabelField bool + IsModified bool + Name string + Type string + type ListOpts struct + ID string + type RuleResponse struct + Param string + Type string + type StructuringResponse struct + CustomTimeInfo struct{ ... } + DemoFields []FieldResponse + DemoLabel string + DemoLog string + ID string + LogGroupId string + LogStreamId string + Name string + ProjectId string + Regex string + Rule *RuleResponse + SQLAnalysisEnable bool + TagFields []FieldResponse + func Get(client *golangsdk.ServiceClient, logGroupId, logStreamId string) (*StructuringResponse, error)