Categorygithub.com/mulinbc/cls
modulepackage
0.0.5
Repository: https://github.com/mulinbc/cls.git
Documentation: pkg.go.dev

# README

CLS(Cloud Log Service)

Package cls provides simple API for CLS.

Installation

To install cls package, you need to install Go and set your Go workspace first.

  1. The first need Go installed (version 1.13+ is required), then you can use the below Go command to install cls.

    go get -u github.com/mulinbc/cls
    
  2. Import it in your code:

    import "github.com/mulinbc/cls"
    

# Functions

NewClient 返回调用 CLS API 的客户端。.

# Structs

Client 表示与 CLS API 通信所需的数据结构。.
ErrorInfo 表示 CLS API 返回的错误信息。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogObject 表示日志内容信息。.
SearchReq 表示 CLS 搜索日志 API 请求参数。.
SearchResp 表示 CLS 搜索日志 API 响应参数。.

# Type aliases

AlphabeticCaseInsensitive 用于大小写不敏感的字母序排序。.
LogService 表示日志管理相关 API。.