cmd

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Copyright © 2023 Kevin Gong <aoxianglele@icloud.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright © 2023 Kevin Gong <aoxianglele@icloud.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckApkgoEnv added in v1.1.0

func CheckApkgoEnv() error

func Execute

func Execute(isRelease bool)

func InitPublishers added in v1.0.8

func InitPublishers(sc *StoreConfig) (curls []shared.Publisher, browsers []shared.Publisher, plugins []shared.Publisher, err error)

Types

type Notifiers

type Notifiers struct {
	Lark     *notifiers.LarkNotifier     `json:"lark,omitempty"`
	DingTalk *notifiers.DingTalkNotifier `json:"dingtalk,omitempty"`
	WeCom    *notifiers.WeComNotifier    `json:"wecom,omitempty"`
	WebHook  *notifiers.Webhook          `json:"webhook,omitempty"`
}

type StoreConfig added in v1.0.8

type StoreConfig struct {
	Stores struct {
		Curls    []*publisher.Store       `json:"curls"`
		Browsers []*publisher.Store       `json:"browsers"`
		Plugins  []*publisher.PluginStore `json:"plugins"`
	} `json:"stores"`
	Notifiers struct {
		Lark     *notifiers.LarkNotifier     `json:"lark"`
		Dingtalk *notifiers.DingTalkNotifier `json:"dingtalk"`
		Wecom    *notifiers.WeComNotifier    `json:"wecom"`
		Webhook  *notifiers.Webhook          `json:"webhook"`
	} `json:"notifiers"`
}

func ParseStoreSecretFile added in v1.0.8

func ParseStoreSecretFile(identifiers []string) (*StoreConfig, error)

解析Store配置文件

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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