Documentation ¶ Index ¶ func GetByBytes(ctx context.Context, bytes []byte, dsts any) error func GetByStr(ctx context.Context, str string, dsts any) error func GetByURL(ctx context.Context, url string, dsts any) error func ToResponse(ctx context.Context, srcs any) ([][]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetByBytes ¶ func GetByBytes(ctx context.Context, bytes []byte, dsts any) error バイト列からCSVデータを取得する func GetByStr ¶ func GetByStr(ctx context.Context, str string, dsts any) error 文字列からCSVデータを取得する func GetByURL ¶ func GetByURL(ctx context.Context, url string, dsts any) error URLからCSVデータを取得する func ToResponse ¶ func ToResponse(ctx context.Context, srcs any) ([][]string, error) レスポンス形式に変換する Types ¶ This section is empty. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.