# README
Go-Line_SDK
Go-Line-SDK is a Go client library for calling Line API
Installation
go get https://github.com/joohnnyyu/go-line
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithBaseURL sets the base URL for API requests to a custom endpoint.
No description provided by the author
WithContext runs the request with the provided context.
No description provided by the author
No description provided by the author
No description provided by the author
WithRetryableHTTPClientBackoff allows setting a custom backoff strategy.
WithRetryableHTTPClientCheckRetry allows setting a custom check retry.
WithRetryableHTTPClientLogger allows setting a custom logger for the.
WithRetryableHTTPClientRetryMax sets the maximum number of retry attempts.
WithRetryableHTTPClientRetryWaitMax sets the maximum wait duration.
WithRetryableHTTPClientRetryWaitMin sets the minimum wait duration.
WithToken sets the token for API requests to a custom endpoint.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
AudioMessage https://developers.line.biz/en/reference/messaging-api/#audio-message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EmojiMessage https://developers.line.biz/en/reference/messaging-api/#text-message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImageMessage https://developers.line.biz/en/reference/messaging-api/#image-message.
LocationMessage https://developers.line.biz/en/reference/messaging-api/#location-message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StickerMessage https://developers.line.biz/en/reference/messaging-api/#sticker-message.
No description provided by the author
TextMessage https://developers.line.biz/en/reference/messaging-api/#text-message.
No description provided by the author
No description provided by the author
No description provided by the author
VideoMessage https://developers.line.biz/en/reference/messaging-api/#video-message.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RetryableHTTPClientOption defines a function type that takes a pointer to a retryablehttp.Client and modifies its configuration.
No description provided by the author