wechaty-puppet/filebox/type.go
exported const TypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
TypeUnknown Type = 0
- Exclude checks
const TypeUrl should be TypeURL Open
Open
TypeUrl = 2
- Exclude checks
const TypeUuid should be TypeUUID Open
Open
TypeUuid = 7
- Exclude checks
comment on exported type Type should be of the form "Type ..." (with optional leading article) Open
Open
//go:generate stringer -type=Type
- Exclude checks
exported type Option should have comment or be unexported Open
Open
type Option func(options *Options)
- Exclude checks
type OptionsUrl should be OptionsURL Open
Open
type OptionsUrl struct {
- Exclude checks
struct field Uuid should be UUID Open
Open
Uuid string `json:"uuid"`
- Exclude checks
exported function WithOptions should have comment or be unexported Open
Open
func WithOptions(o Options) Option {
- Exclude checks
struct field RemoteUrl should be RemoteURL Open
Open
RemoteUrl string `json:"url"`
- Exclude checks
type OptionsUuid should be OptionsUUID Open
Open
type OptionsUuid struct {
- Exclude checks