types

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Generated by https://quicktype.io

Generated by https://quicktype.io

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyzer

type Analyzer struct {
	Baidu  string `json:"baidu"`
	Google string `json:"google"`
}

分析器

func (*Analyzer) SetAnalyzer

func (a *Analyzer) SetAnalyzer(b string, g string)

type Gitalk added in v1.1.0

type Gitalk struct {
	ClientID     string   `json:"client_id"`
	ClientSecret string   `json:"client_secret"`
	Repo         string   `json:"repo"`
	Owner        string   `json:"owner"`
	Id           string   `json:"id"`
	Admin        []string `json:"admin"`
	Labels       []string `json:"labels"`
}

func (*Gitalk) SetGitalk added in v1.1.0

func (g *Gitalk) SetGitalk(clientID string, clientSecret string, repo string, owner string, admin []string, labels []string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL