image_adapter

package
v0.0.0-...-1c80ad1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetImager

type GetImager interface {
	GetImage(data string) ([]*Image, error)
}

func NewWeibo

func NewWeibo() GetImager

type Image

type Image struct {
	Type    string `json:"type"`
	UserID  string `json:"user_id"`
	ImageID string `json:"image_id"`
	URL     string `json:"url"`
}

Jump to

Keyboard shortcuts

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