app

package
v0.0.0-...-9f3306a Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Bad []string
View Source
var Good []string

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

App struct

func NewApp

func NewApp(projectID string) (*App, error)

NewApp function

func (*App) Handler

func (app *App) Handler() http.Handler

Handler method

type Data1

type Data1 struct {
	ID      string `json:"id"`
	Title   string `json:"title"`
	Message string `json:"message"`
}

type Data_image

type Data_image struct {
	Likeimageurl string `json:"url"`
}

type LikeStatus

type LikeStatus struct {
	Uid    string    `json:"uid"`
	Like   string    `json:"like"`
	Vector []float64 `json:"vector"`
}

構造を宣言

type MatchingResponse

type MatchingResponse struct {
	Status     string   `json:"status"`
	Message    []string `json:"message"`
	ReturnCode string   `json:"returnCode"`
}

レスポンスJsonの定義

type SampleResponse

type SampleResponse struct {
	Status     string `json:"status"`
	Message    string `json:"message"`
	ReturnCode string `json:"returnCode"`
}

レスポンスJsonの定義

type User

type User struct {
	Uid       string `json:"uid"`
	Image_url string `json:"image_url"`
	Status    int    `json:"status"`
}

構造を宣言

type User_matching

type User_matching struct {
	Uid string `json:"uid"`
}

構造を宣言

Jump to

Keyboard shortcuts

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