Documentation
¶
Overview ¶
* Copyright (c) 2023 by jimyag, All Rights Reserved. * Licensed under the MIT License. See LICENSE file in the project root for license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
App cocoa.NSApplication
)
Functions ¶
This section is empty.
Types ¶
type ParseIpHandle ¶
type ParseIpHandle struct {
// contains filtered or unexported fields
}
func (*ParseIpHandle) AfterHandle ¶
func (h *ParseIpHandle) AfterHandle(pb *pasteboard.Pasteboard, res any)
func (*ParseIpHandle) Handle ¶
func (h *ParseIpHandle) Handle(pb *pasteboard.Pasteboard, content string) any
func (*ParseIpHandle) OnCopy ¶
func (h *ParseIpHandle) OnCopy(pb *pasteboard.Pasteboard, content string)
type ResponseData ¶
type ResponseData struct { Status string `json:"status"` Message string `json:"message"` Country string `json:"country"` City string `json:"city"` ISP string `json:"isp"` Reverse string `json:"reverse"` Query string `json:"query"` }
ResponseData https://ip-api.com/docs/api:json
type TimeStampHandle ¶
type TimeStampHandle struct {
// contains filtered or unexported fields
}
func (*TimeStampHandle) AfterHandle ¶
func (h *TimeStampHandle) AfterHandle(pb *pasteboard.Pasteboard, res any)
func (*TimeStampHandle) Handle ¶
func (h *TimeStampHandle) Handle(pb *pasteboard.Pasteboard, content string) any
func (*TimeStampHandle) OnCopy ¶
func (h *TimeStampHandle) OnCopy(pb *pasteboard.Pasteboard, content string)
Click to show internal directories.
Click to hide internal directories.