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